We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3706ac8 + 74623c7 commit 9816ad0Copy full SHA for 9816ad0
baseScripts/initWorld_onlyMolec.R
@@ -3,6 +3,12 @@
3
#script to faking the future library(SBoo)
4
source("baseScripts/fakeLib.R")
5
6
+#to run the script with another selection of substance / excel reference, #
7
+#set the variables substance and excelReference before sourcing this script
8
+if (!exists("substance")) {
9
+ substance <- "default substance"
10
+}
11
+
12
#The script creates the "ClassicStateModule" object with the states of the classic 4. excel version.
13
ClassicStateModule <- ClassicNanoWorld$new(MlikeFile = "data", Substance = substance) #by default Substance = "default substance"
14
0 commit comments