Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Aug 8, 2024
1 parent f19fbb6 commit df55d6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# deweather (development version)

## New Features

* The plot assemblies in `plotPD()` and `testMod()` are now powered by `{patchwork}`. This will allow for more post-hoc control of the plot assembly using `&` for example.

## Bug fixes

* Fixed an issue where `buildMod()` would fail if there wasn't a character variable (e.g., "weekday").
Expand Down Expand Up @@ -56,4 +60,4 @@

# deweather 0.7-1

* Development version of `{deweather}`.
* First development version of `{deweather}`.
4 changes: 1 addition & 3 deletions R/plotPD.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
#' @param ylim user-specified `ylim`.
#' @param ylab y-axis label. By default this is the pollutant name.
#' @param intervals Number of intervals to to calculate partial dependence over.
#' @param col Colour(s) to use for the lines/points/uncertainty ribbons. If
#' multiple colours are provided (e.g., `cols = c("tomato", "royalblue")`),
#' they will be cycled through until all variables are plotted.
#' @param col Colour for the panels. Passed to [openair::openColours()].
#' @param nrow Number of rows for the plots.
#' @param polar.wd Plot the any wind direction components, labelled "wd", on a
#' polar axis? Defaults to `FALSE`.
Expand Down
11 changes: 6 additions & 5 deletions man/plotPD.Rd

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

0 comments on commit df55d6a

Please sign in to comment.