Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco De Lucia
RedModRphree
Commits
86e5b708
Commit
86e5b708
authored
May 06, 2018
by
Marco De Lucia
Browse files
Some more explanations in README.md
parent
7ec97f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
86e5b708
...
...
@@ -24,5 +24,28 @@ then:
```
devtools::install_git("https://gitext.gfz-potsdam.de/delucia/RedModRphree.git", lib="~/MyRPackageDir")
```
This should take care of
(mostly)
all dependencies.
This should
(hopefully)
take care of all dependencies.
### Usage ###
In your R session, just type:
```
library(RedModRphree) ## loads package and dependencies
```
There are a bunch of demo scripts and datasets provided by the package:
```
demo(package="RedModRphree") ## displays a list of available demo scripts
## CAUTION: these take 2-3 minutes each
demo("demo-equilibrium",package="RedModRphree")
demo("demo-kinetics",package="RedModRphree")
## CAUTION: these take 10-15 minutes each!
demo("demo-eq-surr-RF",package="RedModRphree")
demo("demo-kin-surr",package="RedModRphree")
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment