plot_data | R Documentation |
plot_data
produces diagnostics plots for the spatial distribution of data and knots
plot_data(
Extrapolation_List,
Spatial_List,
Data_Geostat = NULL,
Lat_i = Data_Geostat[, "Lat"],
Lon_i = Data_Geostat[, "Lon"],
Year_i = Data_Geostat[, "Year"],
PlotDir = getwd(),
Plot1_name = "Data_and_knots.png",
Plot2_name = "Data_by_year.png",
col = "red",
cex = 0.1,
pch = 19,
year_labels,
projargs = "+proj=longlat",
map_resolution = "medium",
land_color = "grey",
country = NULL,
...
)
Extrapolation_List |
Output from |
Spatial_List |
Output from |
Data_Geostat |
data-frame of data (with columns 'E_km', 'N_km', 'Year', 'Lon', 'Lat' at a minimum) |
PlotDir |
Directory for plots |
year_labels |
character vector specifying names for labeling times |
projargs |
Character passed to |
land_color |
color for filling in land (use |
country |
a character vector of country names. |
... |
addition inputs to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.