flplot_Pfunction {FjordLight} | R Documentation |
Plot p function data extracted from NetCDF files downloaded by FjordLight
.
Description
Internal function used by flget_Pfunction
that plots data
contained within the NetCDF files downloaded via fl_DownloadFjord
.
Usage
flplot_Pfunction(irrLev, g, period, month, year, Main = NULL, add = add, ...)
Arguments
irrLev |
The chosen irradiance thresholds (x-axis). |
g |
The percent of the fjord (y-axis) with a depth of 200 m or shallower receiving an irradiance values (e.g. surface PAR) at or above the corresponding threshold (x-axis). |
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 |
Main |
The title of the plot. The default |
add |
Boolean value of |
... |
Any other desired base R plotting functionality. |
Value
A base R plot of the yearly or monthly p function data will be provided.
Author(s)
Bernard Gentili