Skip to content

Commit

Permalink
a few small correction on text
Browse files Browse the repository at this point in the history
  • Loading branch information
ISMartinss committed May 13, 2024
1 parent 3bfd5fb commit b18221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/vignette1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ We might also want to explore the different trends for a given time series, allo
# Let's go back to the data frame with the yearly values and select our relevant data for plotting
alpha_metrics_set <- subset(alpha_metrics, assemblageID == "18_335699")
#transform data
# Transform data
alpha_metrics_set_long <- pivot_longer(alpha_metrics_set,
cols = c("S", "N", "maxN", "Shannon", "expShannon",
"Simpson", "invSimpson", "PIE", "DomMc"),
Expand All @@ -479,7 +479,7 @@ alpha_slopes_set2 <- subset(alpha_slopes, assemblageID == "18_335699")
# Get assemblage ID
name_assemblage <- unique(alpha_slopes_set2$assemblageID)
# merge info
# Merge info
alpha_metr_slop<- left_join(alpha_slopes_set2, alpha_metrics_set_long,
join_by(assemblageID, metric))
Expand Down

0 comments on commit b18221f

Please sign in to comment.