1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00
This commit is contained in:
2023-01-21 09:55:45 +01:00
parent c7da8b6479
commit bee337dfe0
4 changed files with 39 additions and 2 deletions

View File

@ -162,6 +162,34 @@ print.rsi <- function(x, ...) {
print(as.character(x), quote = FALSE)
}
#' @noRd
#' @export
`[<-.rsi` <- `[<-.sir`
#' @noRd
#' @export
`[[<-.rsi` <- `[[<-.sir`
#' @noRd
#' @export
barplot.rsi <- barplot.sir
#' @noRd
#' @export
c.rsi <- c.sir
#' @noRd
#' @export
droplevels.rsi <- droplevels.sir
#' @noRd
#' @export
plot.rsi <- plot.sir
#' @noRd
#' @export
rep.rsi <- rep.sir
#' @noRd
#' @export
summary.rsi <- summary.sir
#' @noRd
#' @export
unique.rsi <- unique.sir
deprecation_warning <- function(old = NULL, new = NULL, extra_msg = NULL) {
if (is.null(old)) {
warning_(extra_msg)