tidy_grid {rerddapXtracto} | R Documentation |
convert result of 'rxtracto_3D' or 'rxtractogon' to tidy long-format
Description
tidy_grid
is a function to convert result of 'rxtracto_3D' or 'rxtractogon' to "tidy" long-format
Usage
tidy_grid(response)
Arguments
response |
data frame returned from 'rxtracto_3D'()' or 'rxtractogon()' |
Value
a dataframe in long-format
Examples
MBsst_tidy <-tidy_grid(MBsst)
[Package rerddapXtracto version 1.2.1 Index]