Description Usage Arguments Examples
Estimate the mean and the standard deviation in a Multitemporal Images.
1 2 | pvts_meanstd(x, CLUSTER = NULL, fit_negative = TRUE,
hamunyela = TRUE, RasterLayer = TRUE)
|
x |
filename(character), Raster* or star object (see read_stars). |
CLUSTER |
cluster to use for parallel apply; see makeCluster. |
fit_negative |
logical; if |
hamunyela |
logical; if |
RasterLayer |
logical; if |
1 2 3 4 5 6 | library(PVts)
data(pvts_datasets)
x = pvts_datasets$PVts[,1:50,1:50]
f1 = pvts_meanstd(x)
f2 = pvts_meanstd(x,hamunyela = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.