Adding more data
This commit is contained in:
parent
db7f519639
commit
eb6e7c672c
4 changed files with 1056 additions and 0 deletions
11
code/applications/brazilian-networks/01_prepare_data.R
Normal file
11
code/applications/brazilian-networks/01_prepare_data.R
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
library(here)
|
||||
|
||||
data_folder <- file.path(here(), "code", "data", "brazilian-networks")
|
||||
data_path <- file.path(
|
||||
data_folder,
|
||||
"AtlanticForestInvertFloInteractionData_2022-07.csv"
|
||||
)
|
||||
|
||||
table_data <- read.csv(data_path)
|
||||
|
||||
table_data
|
||||
BIN
code/data/weboflife-sc/201126_econet.pdf
Normal file
BIN
code/data/weboflife-sc/201126_econet.pdf
Normal file
Binary file not shown.
1045
code/data/weboflife-sc/network-comparison.Rmd
Normal file
1045
code/data/weboflife-sc/network-comparison.Rmd
Normal file
File diff suppressed because it is too large
Load diff
BIN
code/data/weboflife-sc/web_of_life.rda
Normal file
BIN
code/data/weboflife-sc/web_of_life.rda
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue