-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
240 changed files
with
2,723 additions
and
154,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,56 @@ | ||
# Example data ------------------------------------------------------------ | ||
example_data_all <- readRDS(file = "./data/bundled_data/example_data_all.rds") | ||
example_data_all <- readRDS(file = "./data/example_data_all.rds") | ||
|
||
# NVC floristic tables and community codes -------------------------------- | ||
nvc_floristic_tables <- readRDS(file = "./data/bundled_data/nvc_floristic_tables.rds") | ||
nvc_floristic_tables_numeric <- readRDS(file = "./data/bundled_data/nvc_floristic_tables_numeric.rds") | ||
nvc_community_codes <- readRDS(file = "./data/bundled_data/nvc_community_codes.rds") | ||
nvc_community_namesCodes <- readRDS("./data/bundled_data/nvc_community_namesCodes.rds") | ||
nvc_floristic_tables <- readRDS(file = "./data/nvc_floristic_tables.rds") | ||
nvc_floristic_tables_numeric <- readRDS(file = "./data/nvc_floristic_tables_numeric.rds") | ||
nvc_community_codes <- readRDS(file = "./data/nvc_community_codes.rds") | ||
nvc_community_namesCodes <- readRDS("./data/nvc_community_namesCodes.rds") | ||
|
||
|
||
# Habitat Correspondence -------------------------------------------------- | ||
all_habCor_final <- readRDS(file = "./data/bundled_data/all_habCor_final.rds") | ||
all_habCor_classifications <- readRDS(file = "./data/bundled_data/all_habCor_classifications.rds") | ||
all_habCor_final <- readRDS(file = "./data/all_habCor_final.rds") | ||
all_habCor_classifications <- readRDS(file = "./data/all_habCor_classifications.rds") | ||
|
||
|
||
# Master data ------------------------------------------------------------- | ||
master_data <- readRDS(file = "./data/bundled_data/master_data.rds") | ||
master_data <- readRDS(file = "./data/master_data.rds") | ||
|
||
|
||
# NVC Pseudo-quadrat data ------------------------------------------------- | ||
nvc_pquads_final <- readRDS(file = "./data/bundled_data/nvc_pquads_final.rds") | ||
nvc_pquads_final <- readRDS(file = "./data/nvc_pquads_final.rds") | ||
nvc_pquads_final_wide <- readRDS(file = "./data/nvc_pquads_final_wide.rds") | ||
|
||
|
||
# Accepted Species data --------------------------------------------------- | ||
# Supplied to the user via download button | ||
acceptedSpecies <- readRDS(file = "./data/acceptedSpecies.rds") | ||
|
||
# Species names ----------------------------------------------------------- | ||
speciesNames <- readRDS(file = "./data/bundled_data/speciesNames.rds") | ||
speciesNames <- readRDS(file = "./data/speciesNames.rds") | ||
|
||
|
||
# Concordance data -------------------------------------------------------- | ||
concordance_all <- readRDS(file = "./data/bundled_data/concordance_all.rds") | ||
|
||
|
||
# Accepted Species data --------------------------------------------------- | ||
acceptedSpecies <- readRDS(file = "./data/bundled_data/acceptedSpecies.rds") | ||
|
||
concordance_all <- readRDS(file = "./data/concordance_all.rds") | ||
concordance_plants <- readRDS(file = "./data/concordance_plants.rds") | ||
concordance_bryophytes <- readRDS(file = "./data/concordance_bryophytes.rds") | ||
|
||
# Pseudo-quadrat DCA scores ----------------------------------------------- | ||
nvc_pquads_final_wide <- readRDS(file = "./data/bundled_data/nvc_pquads_final_wide.rds") | ||
nvc_pquad_dca_all <- readRDS(file = "./data/bundled_data/nvc_pquad_dca_all.rds") | ||
nvc_pquad_dca_all <- readRDS(file = "./data/nvc_pquad_dca_all.rds") | ||
nvc_pquad_dca_noBryophytes <- readRDS(file = "./data/nvc_pquad_dca_noBryophytes.rds") | ||
|
||
|
||
# Pseudo-quadrat hulls ---------------------------------------------------- | ||
nvc_pquad_dca_all_hulls <- readRDS(file = "./data/bundled_data/nvc_pquad_dca_all_hulls.rds") | ||
nvc_pquad_dca_all_hulls <- readRDS(file = "./data/nvc_pquad_dca_all_hulls.rds") | ||
nvc_pquad_dca_noBryophytes_hulls <- readRDS(file = "./data/nvc_pquad_dca_noBryophytes_hulls.rds") | ||
|
||
|
||
# Pseudo-quadrat centroids ------------------------------------------------ | ||
nvc_pquad_dca_all_centroids <- readRDS(file = "./data/nvc_pquad_dca_all_centroids.rds") | ||
nvc_pquad_dca_noBryophytes_centroids <- readRDS(file = "./data/nvc_pquad_dca_noBryophytes_centroids.rds") | ||
|
||
|
||
# Pseudo-quadrat mean unweighted EIVs ------------------------------------- | ||
nvc_pquads_mean_unweighted_eivs <- readRDS(file = "./data/bundled_data/nvc_pquads_mean_unweighted_eivs.rds") | ||
nvc_pquads_mean_unweighted_eivs <- readRDS(file = "./data/nvc_pquads_mean_unweighted_eivs.rds") | ||
nvc_pquads_mean_unweighted_eivs_noBryophytes <- readRDS(file = "./data/nvc_pquads_mean_unweighted_eivs_noBryophytes.rds") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Shiny-related | ||
library(shiny) | ||
library(rhandsontable) | ||
library(reactable) | ||
library(bslib) | ||
library(shinyWidgets) | ||
library(shinyjs) | ||
library(shinybusy) | ||
|
||
# General | ||
library(rmarkdown) | ||
library(bookdown) | ||
library(tidyverse) | ||
library(plotly) | ||
library(kableExtra) | ||
library(checkmate) | ||
library(janitor) | ||
|
||
# Ecology | ||
library(assignNVC) | ||
library(vegan) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.