flplot_climatology {FjordLight} | R Documentation |
Plot annual/monthly climatology data extracted from NetCDF files downloaded by FjordLight
.
Description
Internal function used by flget_climatology
that plots data
contained within the NetCDF files downloaded via fl_DownloadFjord
.
Usage
flplot_climatology(r, l, name, optics, period, month, year)
Arguments
r |
The yearly/monthly climatology data in a raster format. |
l |
The land data in the same format. |
name |
The name of the chosen fjord. |
optics |
The name of the PAR variable being displayed. |
period |
The period being displayed. I.e. yearly or monthly. |
month |
If monthly climatology data, which month(s) is being displayed. |
year |
If yearly data, which year(s) is being displayed |
Value
A base R plot of the yearly or monthly climatology data will be provided.
Author(s)
Bernard Gentili
[Package FjordLight version 1.0.1 Index]