Skip to content

Commit

Permalink
Fix title in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Grenié committed Apr 9, 2024
1 parent b8cc1ac commit acf8478
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/fb_map_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' my_map <- fb_map_raster(tavg) +
#' scale_fill_distiller("Temperature", palette = "Spectral") +
#' theme(legend.position = "bottom") +
#' ggtitle("Mean annual temperature in Pennsylvania")
#' ggtitle("Mean annual temperature in Western Europe")
#'
#' my_map
#'
Expand Down
1 change: 0 additions & 1 deletion R/fb_plot_site_traits_completeness.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ fb_plot_site_traits_completeness <- function(
function(x) site_species[, c("site", x), drop = FALSE]
)


# Compute site-level trait coverage for all traits
all_coverage <- lapply(
site_species_categories,
Expand Down
2 changes: 1 addition & 1 deletion man/fb_map_raster.Rd

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

0 comments on commit acf8478

Please sign in to comment.