Description Usage Arguments Value Examples
This function draw figures based on a series of map of a EMIS/GMIS parameter for a marine protected area
1 | mpaprocessplot(imgs, mpa, name, unite, logscale)
|
imgs |
A rasterstack of the series of map extracted using mpaextract |
mpa |
A SpatialPolygonsDataFrame of the marine protected area of interest |
name |
A character vector of the variable name |
unite |
A character vector of the unit of variable name |
logscale |
A boolean defining the use of a logscale on a graph (TRUE) or not (FALSE) |
A list of plots
1 2 3 4 5 6 7 8 9 10 | #analysis of the MODIS sea surface temperature at 2 km 2009 and 2012 on the Pantelleira mpa (Italy)
plt<-mpaprocessplot(imgs=pantelleria_sst,mpa=pantelleria_mpa,name="EMIS_T_SST",unite="oC",logscale=FALSE)
#map of the whole series
plt[[1]]
#map of the average SST
plt[[2]]
#map of the climatology
plt[[3]]
#boxplot of the climatology
plt[[4]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.