diff options
Diffstat (limited to 'inst/examples')
-rw-r--r-- | inst/examples/ai.R | 2 | ||||
-rw-r--r-- | inst/examples/chents.R | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/inst/examples/ai.R b/inst/examples/ai.R new file mode 100644 index 0000000..91b644a --- /dev/null +++ b/inst/examples/ai.R @@ -0,0 +1,2 @@ +atr <- pai$new("atrazine") +print(atr) diff --git a/inst/examples/chents.R b/inst/examples/chents.R new file mode 100644 index 0000000..7fb3286 --- /dev/null +++ b/inst/examples/chents.R @@ -0,0 +1,2 @@ +oct <- chent$new("1-octanol") +print(oct) |