Skip to content

Commit

Permalink
Fix docs for SoilProfileCollection method aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Nov 14, 2023
1 parent 1ed1bd2 commit a26ba25
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/SoilProfileCollection-operators.R
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ setMethod("[", signature(x = "SoilProfileCollection"),
#' @param x a SoilProfileCollection
#' @param i an expression resolving to a single column name in site or horizon table
#' @param j (not used)
#' @aliases [[,SoilProfileCollection,ANY-method, [[,SoilProfileCollection,ANY,ANY-method
#' @aliases [[,SoilProfileCollection-method [[,SoilProfileCollection,ANY-method [[,SoilProfileCollection,ANY,ANY-method
#' @docType methods
#' @rdname doublebracket
#' @examples
Expand Down Expand Up @@ -443,7 +443,7 @@ setMethod("[[", signature(x = "SoilProfileCollection",
#' @param value New value to replace -- unit length or equal in length to number
#' of sites or horizons in the collection.
#'
#' @aliases [[<-,SoilProfileCollection,ANY,ANY-method
#' @aliases [[<-,SoilProfileCollection-method, [[<-,SoilProfileCollection,ANY,ANY-method
#' @docType methods
#' @rdname doublebracket-set
setReplaceMethod("[[", signature(x = "SoilProfileCollection",
Expand Down
2 changes: 1 addition & 1 deletion R/plotSPC.R
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ plotSPC <- function(
#' generic plot method for \code{SoilProfileCollection} objects
#' @name plot
#' @param y (not used)
#' @aliases plot,SoilProfileCollection,ANY-method
#' @aliases plot,SoilProfileCollection-method plot,SoilProfileCollection,ANY-method
#' @rdname SoilProfileCollection-plotting-methods
#' @export
setMethod("plot", signature(x = "SoilProfileCollection",
Expand Down
1 change: 1 addition & 0 deletions man/SoilProfileCollection-plotting-methods.Rd

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

1 change: 1 addition & 0 deletions man/doublebracket-set.Rd

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

3 changes: 2 additions & 1 deletion man/doublebracket.Rd

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

0 comments on commit a26ba25

Please sign in to comment.