Description Usage Arguments Author(s) Examples
Calculate zonal statistics for cloud patches
| 1 | 
| scenerasters | RasterLayer or rasterStack of spectral channels | 
| cloudPatches | A Raster of cloud entities calculated 
by  | 
| var | vector containing values of "mean","sd","min","max" | 
Hanna Meyer
| 1 2 3 4 5 6 7 | msg_example <-getChannels(inpath=system.file("extdata/msg",package="Rainfall"),
channels="VIS0.8")
#calculate geometry Variables
geometry <- geometryVariables(msg_example,var=c("cloudPatches"))
ppStat(msg_example,geometry$cloudPatches,var=c("mean","sd"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.