Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
biospheremetrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Stenzel
biospheremetrics
Commits
ccba9b53
Commit
ccba9b53
authored
1 year ago
by
Fabian Stenzel
Browse files
Options
Downloads
Patches
Plain Diff
updated README
parent
59db0b3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
ccba9b53
...
...
@@ -2,14 +2,26 @@
*
The goal of biospheremetrics is to provide functions to calculate and plot
the biosphere integrity metrics
M-ECO and M-ECO
in an R package based on
the biosphere integrity metrics
BioCol and Ecorisk
in an R package based on
outputs of
[
LPJmL
](
https://gitlab.pik-potsdam.de/lpjml/LPJmL_internal
)
.
biospheremetrics utilizes the read functions of the
[
lpjmlkit package
](
https://gitlab.pik-potsdam.de/lpjml/lpjmlkit
)
.
*
## Installation
You can install
`biospheremetrics`
by git cloning this repository:
The easiest way to install biospheremetrics is by directly loading it from github/gitlab depending on what you have access to:
```
R
devtools
::
install_git
(
"git@github.com:stenzelf/biospheremetrics.git"
)
library
(
biospheremetrics
)
```
or
```
R
devtools
::
install_git
(
"git@gitlab.pik-potsdam.de:stenzel/biospheremetrics.git"
)
library
(
biospheremetrics
)
```
Alternatively, you can install
`biospheremetrics`
by git cloning this repository:
```
bash
git clone https://gitlab.pik-potsdam.de/stenzel/biospheremetrics.git <path_to_biospheremetrics>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment