
Last chance! 50% off unlimited learning
Sale ends in
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))
a dataframe with first column UTC and other columns named HMD_Frequency
path to .nc file
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 keepQuals
will be marked as NA
.
Taiki Sakai taiki.sakai@noaa.gov
# no sample NetCDF provided (too large)
# \donttest{
manta <- loadMantaNc('MANTA.nc')
# }
Run the code above in your browser using DataLab