Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Jan 22, 2024
1 parent a540d3c commit c386497
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
Collate:
'aaa.R'
'ResamplingRepeatedSpCVBlock.R'
Expand Down
18 changes: 9 additions & 9 deletions R/autoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#' @return [ggplot()] or list of ggplot2 objects.
#' @name autoplot.ResamplingSpCVBlock
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBuffer()]
#' - [autoplot.ResamplingSpCVCoords()]
#' - [autoplot.ResamplingSpCVEnv()]
Expand Down Expand Up @@ -181,7 +181,7 @@ plot.ResamplingRepeatedSpCVBlock = function(x, ...) {
#' [ResamplingRepeatedSpCVEnv].
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
#' - [autoplot.ResamplingSpCVCoords()]
Expand Down Expand Up @@ -281,7 +281,7 @@ plot.ResamplingRepeatedSpCVEnv = function(x, ...) {
#' [ResamplingRepeatedSpCVCoords].
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
#' - [autoplot.ResamplingSpCVEnv()]
Expand Down Expand Up @@ -396,7 +396,7 @@ plot.ResamplingRepeatedSpCVCoords = function(x, ...) {
#' Whether to show points not used in train or test set for the current fold.
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - Vignette [Spatiotemporal Visualization](https://mlr3spatiotempcv.mlr-org.com/articles/spatiotemp-viz.html).
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
Expand Down Expand Up @@ -529,7 +529,7 @@ plot.ResamplingRepeatedSpCVDisc = function(x, ...) {
#' Whether to show points not used in train or test set for the current fold.
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - Vignette [Spatiotemporal Visualization](https://mlr3spatiotempcv.mlr-org.com/articles/spatiotemp-viz.html).
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
Expand Down Expand Up @@ -658,7 +658,7 @@ plot.ResamplingRepeatedSpCVTiles = function(x, ...) {
#' Whether to show points not used in train or test set for the current fold.
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVCoords()]
#' - [autoplot.ResamplingSpCVEnv()]
Expand Down Expand Up @@ -752,7 +752,7 @@ plot.ResamplingSpCVBuffer = function(x, ...) {
#'
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - Vignette [Spatiotemporal Visualization](https://mlr3spatiotempcv.mlr-org.com/articles/spatiotemp-viz.html).
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
Expand Down Expand Up @@ -882,7 +882,7 @@ plot.ResamplingRepeatedSpCVKnndm = function(x, ...) {
#' @inheritParams autoplot.ResamplingSpCVBlock
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
#' - [autoplot.ResamplingSpCVCoords()]
Expand Down Expand Up @@ -966,7 +966,7 @@ autoplot.ResamplingRepeatedCV = function( # nolint
#' @inheritParams autoplot.ResamplingSpCVBlock
#' @export
#' @seealso
#' - mlr3book chapter on ["Spatiotemporal Visualization"](https://mlr3book.mlr-org.com/special.html#vis-spt-partitions)
#' - mlr3book chapter on ["Spatial Analysis"](https://mlr3book.mlr-org.com/chapters/chapter13/beyond_regression_and_classification.html#sec-spatiotemporal)
#' - [autoplot.ResamplingSpCVBlock()]
#' - [autoplot.ResamplingSpCVBuffer()]
#' - [autoplot.ResamplingSpCVCoords()]
Expand Down
2 changes: 1 addition & 1 deletion man/autoplot.ResamplingCV.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingCustomCV.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVBlock.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVBuffer.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVCoords.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVDisc.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVEnv.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVKnndm.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.ResamplingSpCVTiles.Rd

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

0 comments on commit c386497

Please sign in to comment.