Description Usage Arguments Value Note Examples
eq_clean_data() takes the raw NOAA data frame and returns a clean data frame,
which would be well-behaved with visualise functions
in this package.
1 |
raw_data |
A raw data frame obtained from NOAA |
A cleaned data frame with date is created by uniting YEAR,
MONTH, DAY, LONGITUDE and LATITUDE are converted to numeric
The dataset is included in the package and could be called by
data(raw_data). Observations with NA DAY or/and MONTH
would take the value of 01. The dataset includes dates BEC (with negative years).
1 2 3 | ## Not run: use("raw_data")
data <- eq_clean_data(raw_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.