Skip to content

Commit 161a3af

Browse files
committed
Adjust paths and object names in EASIN scripts for consistency.
1 parent d82f3ec commit 161a3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/DWF_EASIN_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ EASIN_plot <- function(env_file = ".env") {
5454

5555
## EASIN summary maps -----
5656
ecokit::cat_time("EASIN summary maps", level = 2L)
57-
path_n_species <- fs::path(path_EASIN_summary, "EASIN_n_species.RData")
57+
path_n_species <- fs::path(path_EASIN_summary, "EASIN_n_sp.RData")
5858
path_n_sp_partner <- fs::path(path_EASIN_summary, "EASIN_n_sp_partner.RData")
5959

6060
path_n_obs <- fs::path(path_EASIN_summary, "EASIN_n_obs.RData")

0 commit comments

Comments
 (0)