View source: R/make_profile_from_XYZ_value_function.R
make_profile_from_XYZ_value | R Documentation |
Function that creates profiles of a certain statistic of a certain variable from XYZ-tables with a custom height resolution (binwidth)
make_profile_from_XYZ_value(XYZ.value.table, binwidth = 1, stat = "sum")
XYZ.value.table |
4-column data frame with 3rd column containing heights and 4th column containing values for which to make the profile |
binwidth |
number specifying the vertical width of height classes |
stat |
desired statistic ("sum", "count", "max", "min", "mean", "median") |
vector of point or pixel counts per height class with height values as names
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.