Skip to content

Commit 1ad9d00

Browse files
committed
Add more changes
1 parent f7cd65c commit 1ad9d00

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

R/splnr_plotting_climate.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
#'
275266
splnr_plot_climKernelDensity_Fancy <- function(solution_list,
276267
names,
277268
colorMap = "C",

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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%" />

0 commit comments

Comments
 (0)