Description Usage Arguments Value Author(s) See Also Examples
View source: R/daily_rad_stats.R
This function calculates the daily daylight mean and maximum total solar radiation values for a site over the specified date range.
1 | daily.rad.stats(site, bgn.date, end.date)
|
site |
Parameter of class character. The NEON site data should be downloaded for. |
bgn.date |
Optional. The start date of the period to generate statistics for. If not supplied, the first date of NEON data will be used. |
end.date |
Optional. The end date of the period to generate statistics for. If not supplied, the last date of NEON data will be used. |
Mean and maximum daylight total solar radiation values by date, in watts per meter squared.
Robert Lee rhlee@colorado.edu
Currently none
1 2 3 4 5 6 7 | ## Not run:
# Return radiaiton stats for CPER over the summer solstice
cper=Z10::daily.rad.stats(site = "CPER")
# More information on the radiation data product used:
Z10::get.dp.meta("DP1.00014.001")$product.abstract
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.