Skip to content

Commit bc4dde2

Browse files
committed
documentation update
1 parent cd1f9dc commit bc4dde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/extract_serie.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' @param filelist list of files to be read
66
#' @param point data.frame with lat/lon
77
#' @param variable variable name
8-
#' @param field '4d' (default), '2dz', '2dz', '2d' or 'xyzt', 'xyz', 'xyz', and 'xy' see notes
8+
#' @param field dimension of the variable, '4d' (default), '2dz', '2dz', '2d' or 'xyzt', 'xyz', 'xyz', and 'xy' see notes
99
#' \tabular{lll}{
1010
#' \strong{Field}\tab \strong{Dimensions}\tab \strong{Notes} \cr
1111
#' 3dt \tab xyzt \tab WRF dimensions for 3D array with multiple times\cr
@@ -26,7 +26,7 @@
2626
#'
2727
#' @return No return value
2828
#'
29-
#' @note The field argument '4d' or '2dz' is used to read a 4d/3d variable droping the 3rd dimention (z), this is based on WRF outputs format and the array order from ncdf4.
29+
#' @note The field argument '4d' or '2dz' is used to read a 4d/3d variable droping the 3rd dimension (z), this is based on WRF outputs format and the array order from ncdf4.
3030
#'
3131
#' @note new = TRUE create a new file, new = FALSE append the data in a old file, and new = 'check' check if the file exist and append if the file exist and create if the file doesnt exist
3232
#'

0 commit comments

Comments
 (0)