Description Usage Arguments Value Examples
Functions cl_GetData()
or cl_Transect()
return a list;
plot differ depending on the field type
of this list :
no plot
variables are plotted vs longitude
variables are plotted vs latitude
geographic maps of the variables are produced
variables are plotted vs the distance traveled from the first vertex of the polygonal line
1 | cl_PlotData(x, vertices = NULL)
|
x |
: [list] a list returned by function |
vertices |
: [list] a polygonal line that represents a transect;
each element of this list is a geographic point,
i.e. a vector of length 2 (longitude, latitude); default is NULL;
this argument is only used if type is "Area" in order to add
a transect to the maps.
N.B. : function |
a rasterstack with all variables if type is "Area"
NULL otherwise
1 | ## See function \code{cl_GetData()} examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.