plot.dailychange: Map of MRIs or Annual MRIs Ratio

Description Usage Arguments Value Examples

View source: R/plot_events.R

Description

This function plots the MRIs or Annual MRIs Ratio on a USA map.

Usage

1
2
## S3 method for class 'dailychange'
plot(x, y, size = 2.5, event = 50, annual = FALSE, ...)

Arguments

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.

Value

USA map of MRIs or Annual MRIs Ratio.

Examples

1
2
3
4
5

Kinekenneth48/rdailychange documentation built on Dec. 18, 2021, 3:34 a.m.