Skip to content

Commit 1f1773f

Browse files
authored
Merge pull request #130 from MathMarEcol/devel
Devel
2 parents 02ddd16 + 920c619 commit 1f1773f

File tree

94 files changed

+10463
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+10463
-220
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatialplanr
22
Title: Help files for prioritzr Spatial Planning projects
3-
Version: 0.6.8
3+
Version: 0.6.9
44
Authors@R: c(
55
person(
66
given = "Jason D.",

R/splnr_plotting.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ splnr_plot_costOverlay <- function(soln, Cost = NA, Cost_name = "Cost",
203203
high = "#d94801", # "#f16913",
204204
limits = c(
205205
0,
206-
as.numeric(stats::quantile(dplyr::pull(Cost, Cost_name), 0.99))
206+
as.numeric(stats::quantile(dplyr::pull(Cost, Cost_name), 0.99, na.rm = TRUE))
207207
),
208208
# direction = 1,
209209
oob = scales::squish,

docs/404.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)