Description Usage Arguments Value Examples
This function plots the MRIs or Annual MRIs Ratio on a USA map.
1 2 |
x |
A data frame of a fit summary object. The fit summary includes MRIs or Annual MRIs Ratio of the respective measurement locations. |
y |
Ignore for this implementation |
size |
Size of points on the map. This is an integer value that corresponds to the diameter of the points. |
event |
MRI/event values to map. The default is 50, which maps the 50-year. MRI/event values. If the user specifies the value 100 or 500, the map will show the 100-year or 500-year MRI/event values respectively. |
annual |
Annual MRI Ratios of the respective measurement locations are mapped. the default is FALSE. |
... |
Additional arguments passed to optim as necessary. |
USA map of MRIs or Annual MRIs Ratio.
1 2 3 4 5 | sample_data <- rdailychange::sample_data
sample_data <- sample_data[ID == "USW00023062"]
x <- extract_observations(sample_data, day = 2)
y <- fit_observations(x)
rdailychange:::plot.dailychange(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.