Skip to content

Commit

Permalink
fix wrong package
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Aug 14, 2024
1 parent 883780e commit 9c512f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/simulate_timeseries.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#' data_abundances <- do.call(rbind.data.frame, list_abundances)
#'
#' # Plot the simulated abundances over time using ggplot2
#' library(ggplot)
#' library(ggplot2)
#' ggplot(data_abundances, aes(x = time, y = abundance, colour = factor(sim))) +
#' geom_line() +
#' labs(
Expand Down
2 changes: 1 addition & 1 deletion man/simulate_timeseries.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c512f9

Please sign in to comment.