Description Usage Arguments Details Author(s) Examples
This function calculates Descriptive statistics for samples collected in polygon
1 2 | descriptive_stat_polygon(df, poligon, desc = c("min", "mean", "max",
"sd"))
|
df |
dataframe |
poligon |
name of column thats contains polygon id |
desc |
parameters os descritive statistics to be calculated.Choices are : c("min", "median", "mean", "max", "sd","skewness", "kurtosis", "p1", "p10", "p25","p33", "p66", "p75", "p90", "p99") |
calculates Descriptive statistics for samples collected in polygon
Elpidio Filho, elpidio@ufv.br
1 2 3 4 | ## Not run:
b = descriptive_stat_polygon(df,"id")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.