Skip to content

Commit

Permalink
update the vignettes so that users can look at the raw database
Browse files Browse the repository at this point in the history
  • Loading branch information
haganjam committed Aug 10, 2023
1 parent 1a74e7b commit a10d962
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions vignettes/InvTraitR_view_database.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ The metadata for the reference database is:

+ title [chr] - title of the publication

+ location_description - description of the place in the publication where the equation was found
+ location_description [chr] - description of the place in the publication where the equation was found

+ doi_url - doi or url of the publication
+ doi_url [chr] - doi or url of the publication

+ notes - additional notes on the publication that are relevant to how the equation data were gathered
+ notes [chr] - additional notes on the publication that are relevant to how the equation data were gathered

### Geographic/habitat similarity database

Expand Down Expand Up @@ -148,5 +148,32 @@ pre_dat <- readRDS(url("https://raw.githubusercontent.com/haganjam/InvTraitR/mai
print(pre_dat)
```

The metadata for the preservation correction database is:

+ correction_factor_id [chr] - unique numerical id for each preservation correction factor used (id corresponds to the variable in the equation database with the same name)

+ first_author [chr] - first author of the publication

+ year [num] - publication year

+ journal [chr] - journal in which the publication was published

+ title [chr] - title of the publication

+ location_description [chr] - description of the place in the publication where the equation was found

+ preservation [chr] - method used to preserve the specimens that were used to generate the equation: "none" - no preservation, "ethanol" - preserved in ethanol and "formaldehyde" - preserved in formaldehyde

+ percentage [num] - if the specimens were preserved in ethanol or formaldehyde, this provides the concentration of the preservation material

+ order [chr] - order of the taxon

+ taxon [chr] - taxon name

+ rank [chr] - taxon rank

+ correction_percentage [num] - the percentage to increase the dry biomass by to remove the effects of preservation

+ doi_url [chr] - doi or url of the publication

+ notes [chr] - additional notes on the publication that are relevant to data were gathered

0 comments on commit a10d962

Please sign in to comment.