Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmagerber committed Jul 2, 2023
1 parent 1b8f7be commit c40667f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Input’
Jonge
LIM
LIMfile
LIMfiles
LSEI
Lau
Lebreton
Expand All @@ -41,14 +40,14 @@ Modelling
NA's
NLNode
NLNodes
NLNode’
NPP
Niquil
Nmin
Oevelen
Orignac
Pacella
Plummer
RStudio
Raftery
Ravara
Rodrigues
Expand Down Expand Up @@ -124,8 +123,8 @@ microphytobenthos
modelling
much’
mulriple
permissionto
png
pre
prepack
pvar
quality’
Expand All @@ -134,13 +133,19 @@ raftery
readxl
reproducibility
runmean
sedPOC
sedPOCNLNode’
sedPOC’
sedimented
ssCheck
susPOC
susPOCNLNode’
susPOC’
tibble
trophic
uvar
visualisation
visualises
visualistion
xlsx
xlsx’
xsample
2 changes: 1 addition & 1 deletion vignettes/autoLIMR_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To view the adjacency matrix data for all seasons, the example adjacency matrix

### `autoGen()`: write LIM declaration files into folders in working directory

Once both workbooks have been populated, `autoGen()` uses data from both workbooks and translates the data into ready-to-use LIM declaration file formatted objects. Users can choose to manually write these to the computer hard drive, or can specify `force = TRUE` within the argument to give permissionto automatically write to the hard drive.
Once both workbooks have been populated, `autoGen()` uses data from both workbooks and translates the data into ready-to-use LIM declaration file formatted objects. Users can choose to manually write these to the computer hard drive, or can specify `force = TRUE` within the argument to give permission to automatically write to the hard drive.

The translation depends on three main `autoGen()` arguments: 1) whether respiration from living compartments to an external CO2 sink is included in the network (LOGICAL, default `respiration = TRUE`), 2) whether each compartment is living or non-living (character string or vector of inputs, default `NLNode = NULL`), and 3) whether each compartment sources its energy from outside the system boundary e.g., primary producers in ecological networks (character string or vector of inputs, default `primary_producer = NULL`).

Expand Down

0 comments on commit c40667f

Please sign in to comment.