Description Usage Arguments Value
Attach water volume information from estuary bathymetry to gridded data.
1 2 3 4 5 | join_volume(d, volumes, cellvol, joincols = c("elev", "dist", "wse"),
countcols = c("count", "count.littoral", "count.limnetic",
"count.sublimnetic", "count.epibenthic", "count.profundal"),
volcols = c("volume.total", "volume.littoral", "volume.limnetic",
"volume.sublimnetic", "volume.epibenthic", "volume.profundal"))
|
d |
Dataframe containing data to have volume information attached to. |
volumes |
Dataframe containing cell counts. If |
cellvol |
Numeric volume of cells desribed by |
joincols |
Columns to use when joining |
countcol |
Column name containing cell count data in |
volcol |
The name of the column containing volume data to be added to
|
The dataframe d
with the additional column volcol
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.