calc_bottom_mean_oce | R Documentation |
Apply function to selected variables in an oce object and return a data frame.
calc_bottom_mean_oce(x, prefix = "mean_bottom_", fun = mean, vars = NULL)
x |
oce object |
prefix |
Character vector to append to variable names. |
fun |
Function to apply to variable vectors. |
vars |
Variables to apply function to. Automatically assigned when NULL (default) |
A data.frame with variables calculated and race_metadata if provided (x@metadata$race_metadata)
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.