mpaprocessplot: This function draw figures based on a series of map of a...

Description Usage Arguments Value Examples

Description

This function draw figures based on a series of map of a EMIS/GMIS parameter for a marine protected area

Usage

1
mpaprocessplot(imgs, mpa, name, unite, logscale)

Arguments

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)

Value

A list of plots

Examples

 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]]

ldbk/EMISR documentation built on May 20, 2019, 11:28 p.m.