From f86114fe0ab6e7749d478442796730b9a7ca6a56 Mon Sep 17 00:00:00 2001 From: nielshintzen Date: Fri, 12 Apr 2024 09:46:01 +0200 Subject: [PATCH] change name of monteCarloStock --- R/monteCarloStock.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/monteCarloStock.R b/R/monteCarloStock.R index ab366f8..270716a 100644 --- a/R/monteCarloStock.R +++ b/R/monteCarloStock.R @@ -1,4 +1,4 @@ -monteCarloStock_alt <- function(stck,tun,sam,realisations,return.sam=FALSE,saveParsDir=NULL,set.pars=NULL,ncores=detectCores()-1, ...){ +monteCarloStock <- function(stck,tun,sam,realisations,return.sam=FALSE,saveParsDir=NULL,set.pars=NULL,ncores=detectCores()-1, ...){ require(doParallel) ctrl <- sam@control