ssk | R Documentation |
Finds the Fisher-Pearson coefficient of skewness for raster or matrix values (Ssk). Skewness represents the asymmetry of the surface height distribution. Height is measured as the value of a raster/matrix and may not necessarily represent actual height.
ssk(x, adj = TRUE)
x |
A raster or matrix. |
adj |
Logical, defaults to |
A numeric value representing skewness. # import raster image data(normforest) normforest <- terra::unwrap(normforest)
# find the adjusted coefficient of skewness Ssk <- ssk(normforest, adj = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.