R/plot.ropensci.r

Defines functions plot.ropensci

Documented in plot.ropensci

#' @return \code{NULL}
#'
#' @param x An ropensci object
#' @param ... Further args
#' @export
#' @rdname ropensci
plot.ropensci <- function(x, ...) {
    # function yet to be coded
    # Check attributes to see there is a data slot in the input object.
    # If yes, then proceed to print otherwise exit with a message.
    #  ...
    message("not made yet")
}
ropensci/ropensciToolkit documentation built on May 18, 2022, 7:30 p.m.