loadMantaNc | R Documentation |
Reads in hybrid millidecade data from a MANTA NetCDF output file and formats it into the dataframe format required for use in other PAMscapes functions
loadMantaNc(x, keepQuals = c(1), keepEffort = TRUE)
x |
path to .nc file |
keepQuals |
quality flag values to keep. Accepts vector of
integers from (1, 2, 3, 4) corresponding to flag labels "Good",
"Not evaluated/Unknown", "Compromised/Questionable", and "Unusable/Bad".
HMD levels for points with data quality flags outside of |
keepEffort |
if |
a dataframe with first column UTC and other columns named HMD_Frequency
Taiki Sakai taiki.sakai@noaa.gov
# no sample NetCDF provided (too large)
manta <- loadMantaNc('MANTA.nc')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.