From bcf89607f3e3e77620bedc8b807964cc94676cb4 Mon Sep 17 00:00:00 2001 From: kajsamp Date: Wed, 7 Feb 2024 15:47:24 +0100 Subject: [PATCH] updated version number --- DESCRIPTION | 2 +- man/CCI.Rd | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b4084adb..1cfa23c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,4 +24,4 @@ License: GPL (>= 2) URL: http://github.com/metno/esd Encoding: UTF-8 ZipData: no -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.0 diff --git a/man/CCI.Rd b/man/CCI.Rd index 494a8737..82ae47db 100644 --- a/man/CCI.Rd +++ b/man/CCI.Rd @@ -14,7 +14,6 @@ CCI( label = NULL, mindistance = 5e+05, dpmin = 0.001, - pmax = 1000, rmin = 10000, rmax = 2e+06, nsim = NULL, @@ -24,6 +23,8 @@ CCI( accuracy = NULL, allow.open = FALSE, do.track = FALSE, + anomaly = TRUE, + pmax = NULL, verbose = FALSE, ... ) @@ -51,8 +52,6 @@ if FALSE longitudes are transformed to a system starting at the date line (180W- \item{dpmin}{Min pressure gradient at points of inflection around cyclone. Unit: Pa/m (10hPa/km).} -\item{pmax}{Max pressure in center of cyclone. Unit: hPa.} - \item{rmin}{Min average radius of cyclone. Unit: m.} \item{rmax}{Max average radius of cyclone. Unit: m.} @@ -74,6 +73,8 @@ that have a point of inflexion on only 3 of 4 sides.} \item{do.track}{TRUE: tracks the cyclones with the 'track' function, FALSE: no tracking is applied.} +\item{pmax}{Max pressure in center of cyclone. Unit: hPa.} + \item{verbose}{a boolean; if TRUE print out diagnostics.} \item{\dots}{additional arguments}