View source: R/fitSimuNoise_WHIT.R
fitSimuNoise_WHIT | R Documentation |
fitSimuNoise_WHIT
fitSimuNoise_WHIT(
lst_noise,
lambdas = NULL,
nptperyear = 23,
wmin = 0.2,
...,
outdir = "./OUTPUT",
is_save = FALSE,
limits = NULL
)
lst_noise |
list of simulated random and keypoint noise, |
lambdas |
lamdas for Whittaker |
nptperyear |
Integer, number of images per year. |
wmin |
Double, minimum weight of bad points, which could be smaller the weight of snow, ice and cloud. |
... |
other parameters to |
limits |
If not null, only process the first |
check_input
data('lst_noise')
r <- fitSimuNoise_WHIT(lst_noise)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.