From 43d40d3cd8b5cbdad0fa6b1ef18aa5264b97b6b3 Mon Sep 17 00:00:00 2001 From: Raimon Tolosana-Delgado <tolosa53@fwg206.ad.fz-rossendorf.de> Date: Thu, 15 Jul 2021 17:57:07 +0200 Subject: [PATCH] gsi.DS example reduced to comply with CRAN --- R/gmSimulation.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/gmSimulation.R b/R/gmSimulation.R index cdbb135..a6ffa3b 100644 --- a/R/gmSimulation.R +++ b/R/gmSimulation.R @@ -249,7 +249,7 @@ gsi.DS4CoDa <- function(n, f, t, n_realiz, nx_TI, ny_TI, nx_SimGrid, ny_SimGrid, #' image_cokriged(SimGrid, ivar="V1", breaks=o1$breaks, col=o1$col) #' image_cokriged(SimGrid, ivar="V2", breaks=o2$breaks, col=o2$col) #' image_cokriged(SimGrid, ivar="mask", breaks=c(-0.0001, 0.5, 1.001)) -#' res = gsi.DS(n=5, f=0.75, t=0.05, n_realiz=100, dim_TI=c(10,7), dim_SimGrid=c(10,7), +#' res = gsi.DS(n=5, f=0.75, t=0.05, n_realiz=30, dim_TI=c(10,7), dim_SimGrid=c(10,7), #' TI_input=as.matrix(TI_input), SimGrid_input=as.matrix(SimGrid), #' ivars_TI = c("V1", "V2"), SimGrid_mask="mask", invertMask=TRUE) #' image_cokriged(cbind(xy_TI, getStackElement(res,1)), ivar="V1", breaks=o1$breaks, col=o1$col) -- GitLab