diff --git a/DESCRIPTION b/DESCRIPTION index a2fc59d..477880e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: spatialplanr Title: Help files for prioritzr Spatial Planning projects -Version: 0.6.8 +Version: 0.6.9 Authors@R: c( person( given = "Jason D.", diff --git a/R/splnr_plotting.R b/R/splnr_plotting.R index b97fecb..1643042 100644 --- a/R/splnr_plotting.R +++ b/R/splnr_plotting.R @@ -203,7 +203,7 @@ splnr_plot_costOverlay <- function(soln, Cost = NA, Cost_name = "Cost", high = "#d94801", # "#f16913", limits = c( 0, - as.numeric(stats::quantile(dplyr::pull(Cost, Cost_name), 0.99)) + as.numeric(stats::quantile(dplyr::pull(Cost, Cost_name), 0.99, na.rm = TRUE)) ), # direction = 1, oob = scales::squish, diff --git a/docs/404.html b/docs/404.html index cc8d711..1668116 100644 --- a/docs/404.html +++ b/docs/404.html @@ -14,8 +14,8 @@ - - + + @@ -27,7 +27,7 @@ spatialplanr - 0.6.7 + 0.6.9