View source: R/plotting_functions.R
plume_class | R Documentation |
Uses reflectance at multiple wavelengths from the model output to calculate plume colour classes as defined by Devlin et al. (2012). Adapted from the Matlab function plume_detect.m by Mark Baird (CSIRO). This version by Barbara Robson (AIMS).
plume_class(rsr)
rsr |
A list of 2D vectors containing the reflectances at various wavelengths extracted from an EMS netcdf file: rsr <- list(R_412, R_443, R_488, R_531, R_547, R_667, R_678) |
Devlin, M.J., McKinna, L.W., Álvarez-Romero, J.G., Petus, C., Abott, B., Harkness, P. and Brodie, J., 2012. Mapping the pollutants in surface riverine flood plume waters in the Great Barrier Reef, Australia. Marine pollution bulletin, 65(4-9), pp.224-235.
an array of the same size as R_412 containing values between 1 and 7 correspodning to optical plume classes.
## Not run:
plume_class(rsr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.