The rWHAP package depends on the following R-packages
These dependencies will be automatically installed when installing the rWHAP package.
The most recent version of the rWHAP package is hosted on a git repository at https://github.com/NorskRegnesentral/rWHAP.git.
In order to install the rWHAP package run the following command:
devtools::install_git(url = "https://github.com/NorskRegnesentral/rWHAP.git")
A small example data set is included. It contains Significant Wave Height (SWH), Sea Level Preassure (SLP) and gradients for the SLP for the years 2006 to 2015. The data is within the latitude range of 53.25 - 57.75 and longitude range of 54.00 - 58.50. The time resolution is 6 hours, i.e., 4 measurements available for each day.
THORDIS: Kanskje vi bør skrive mer om data? Nevne Era Interim? Sjekk med paperet!!!
The table below lists the various variables in the data set.
The data can be loaded using
load(SWHdata)
To see summary statistics of the SWH in the data:
summary(SWH)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.4726 2.1296 3.0538 3.4142 4.3071 16.5310
For summary statistics of the SLP in the data:
summary(SLP)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 93301 100127 101100 100975 101975 104539
Summary statistics for the gradient of the SLP:
summary(SLP.grad)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.000000 0.004531 0.011082 0.017110 0.022871 0.538579
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.