File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -263,15 +263,6 @@ splnr_plot_climKernelDensity_Basic <- function(soln) {
263263# ' @return A `ggplot` object representing the fancy kernel density plot.
264264# ' @keywords internal
265265# ' @noRd
266- # '
267- # ' @importFrom assertthat assert_that
268- # ' @importFrom dplyr filter mutate rename select
269- # ' @importFrom forcats fct_relevel
270- # ' @importFrom ggplot2 aes after_stat element_blank element_line element_text expansion ggplot labs scale_fill_viridis_c scale_x_continuous scale_y_discrete theme theme_bw
271- # ' @importFrom rlang .data sym
272- # ' @importFrom tibble as_tibble
273- # ' @importFrom tidyr pivot_longer
274- # '
275266splnr_plot_climKernelDensity_Fancy <- function (solution_list ,
276267 names ,
277268 colorMap = " C" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ knitr::opts_chunk$set(
1414```
1515
1616# spatialplanr <a href =" https://SpatialPlanning.github.io/spatialplanr " ><img src="man/figures/logo.png" align="right" height="139" alt="spatialplanr website"
17+
1718<!-- badges: start -->
1819[ ![ Lifecycle: experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
1920[ ![ Ubuntu] ( https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Ubuntu.yaml/badge.svg )] ( https://github.com/SpatialPlanning/spatialplanr/actions/workflows/Ubuntu.yaml )
Original file line number Diff line number Diff line change @@ -231,8 +231,10 @@ splnr_plot_climKernelDensity(
231231 type = " Basic" ,
232232 names = " solution_1" # Column indicating selected PUs (1=selected)
233233)
234+
234235# > Picking joint bandwidth of 0.0885
235236# > Picking joint bandwidth of 0.077
237+
236238```
237239
238240<img src =" man/figures/README-unnamed-chunk-6-1.png " width =" 100% " />
You can’t perform that action at this time.
0 commit comments