|
48 | 48 | #' Resourcecode coastline |
49 | 49 | #' |
50 | 50 | #' This data contains the coastline used to run the RESOURCECODE hindcast. |
51 | | -#' This will be mainly used for ploting purpose. |
| 51 | +#' This will be mainly used for plotting purpose. |
52 | 52 | #' |
53 | 53 | #' @format A data frame with 24403 rows and 3 columns: |
54 | 54 | #' \describe{ |
|
63 | 63 | #' |
64 | 64 | #' This data contains the coastline of the islands used to run the |
65 | 65 | #' RESOURCECODE hindcast, as data separated from the mainland. |
66 | | -#' This will be mainly used for ploting purpose. |
| 66 | +#' This will be mainly used for plotting purpose. |
67 | 67 | #' |
68 | 68 | #' @format A data frame with 24403 rows and 3 columns: |
69 | 69 | #' \describe{ |
|
78 | 78 | #' Resourcecode triangles |
79 | 79 | #' |
80 | 80 | #' This data contains the triangles of the unstructured computational mesh. |
81 | | -#' This will be mainly used for ploting purpose. |
| 81 | +#' This will be mainly used for plotting purpose. |
82 | 82 | #' |
83 | 83 | #' @format A matrix with 3 rows and 566506 columns: |
84 | 84 | #' \describe{ |
|
127 | 127 | # In terms of directional discretization, 36 directions were used |
128 | 128 | #' (equivalent to a directional resolution of 10°; |
129 | 129 | #' |
130 | | -#' @format A vector of length 36 with the directionnal bins |
| 130 | +#' @format A vector of length 36 with the directional bins |
131 | 131 | #' |
132 | 132 | #' @source User Manual of the RESOURCECODE database |
133 | 133 | #' <https://archimer.ifremer.fr/doc/00751/86306/> |
|
179 | 179 | #' Resourcecode 2D directional wave spectra |
180 | 180 | #' |
181 | 181 | # Example of 2D directional spectral data. |
182 | | -#' This data contains the time series of 1D wave spectral |
| 182 | +#' This data contains the time series of 2D wave spectral |
183 | 183 | #' data at the 'Pierre noires (6200069) wave buoy from |
184 | 184 | #' 01-01-1994 to 31-01-1994. |
185 | 185 | #' |
|
195 | 195 | #' \item{sth1m}{Mean directional spreading from first spectral moment} |
196 | 196 | #' \item{sth2m}{Mean directional spreading from second spectral moment} |
197 | 197 | #' \item{freq}{Central frequency} |
198 | | -#' \item{dir}{Directionnal bins} |
| 198 | +#' \item{dir}{Directional bins} |
199 | 199 | #' \item{forcings}{A data.frame with 6 variables: |
200 | 200 | #' \describe{ |
201 | 201 | #' \item{time}{Time} |
|
220 | 220 | #' @format A data.frame with columns: |
221 | 221 | #' \describe{ |
222 | 222 | #' \item{hs_mean}{Mean significant wave height} |
223 | | -#' \item{hs_max}{Maximal modeled significant wave height} |
| 223 | +#' \item{hs_max}{Maximal modelled significant wave height} |
224 | 224 | #' \item{tp_mean}{Mean peak wave period} |
225 | 225 | #' \item{wind_speed_mean}{Mean wind speed at 10m height} |
226 | 226 | #' \item{wind_speed_max}{Maximal wind speed at 10m height} |
|
232 | 232 | #' } |
233 | 233 | #' @source User Manual of the RESOURCECODE database |
234 | 234 | #' <https://archimer.ifremer.fr/doc/00751/86306/> and computations |
235 | | -#' made by Nicolas Raillard on original netCDF files. |
| 235 | +#' computed by Nicolas Raillard from original netCDF files. |
236 | 236 | "rscd_stats" |
0 commit comments