From 72b6ba7dbba03b27464534ce0cc788b9db3a18f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20BARCZA?= Date: Wed, 8 Feb 2023 21:01:44 +0100 Subject: [PATCH] Update atStart.R --- RBBGCMuso/R/atStart.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RBBGCMuso/R/atStart.R b/RBBGCMuso/R/atStart.R index d63f2b8..df8ebc0 100644 --- a/RBBGCMuso/R/atStart.R +++ b/RBBGCMuso/R/atStart.R @@ -12,7 +12,7 @@ colorText <- function(text,color){ RMuso_version)) cat(sprintf('For quick tutorial visit %s\n', colorText('https://github.com/hollorol/RBBGCMuso',104))) cat(sprintf('For help, issue the command: %s\n',colorText('help(package="RBBGCMuso")',104))) - cat(sprintf('In order to get a sample simulation package use the %s command\n',colorText('copyMusoExample()',104))) + cat(sprintf('In order to get a sample simulation package use the %s command\n',colorText('copyMusoExampleTo()',104))) RMuso_constMatrix <- list(epc=NULL,soil=NULL) RMuso_varTable <- list() #___________________________