View source: R/UVdose_datacheck.R
| uv_data_check | R Documentation |
UV dose calculation requires date, latitude, and longitude inputs.
uv_data_check(data)
data |
Input dataframe to be used for UV dose calculation |
A message checking validity of input data
None, returns a message about input data validity.
mysample <- data.frame(id = c("id000016", "id000021"),
date = as.Date(c("2009-05-15", "2008-08-04")),
easting = c(519000, 365000),
northing = c(176000, 172000))
uv_data_check(mysample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.