coeff_var | R Documentation |
This function calculates the coefficient of variation, defined as the standard deviation divided by the mean.
coeff_var(lightVar, na_rm = TRUE, as_df = TRUE)
lightVar |
Numeric vector containing the light data. |
na_rm |
Logical. Should missing light values be removed? Defaults to TRUE. |
as_df |
Logical. Should the output be returned as a data frame? Defaults to TRUE. |
Data frame or numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.