Update atStart.R

This commit is contained in:
Zoltán BARCZA 2023-02-08 21:01:44 +01:00 committed by GitHub
parent a19c14a6b8
commit 72b6ba7dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
#___________________________