R/is.bertini.r

Defines functions is.bertini

Documented in is.bertini

#' Bertini Object Check
#'
#' Test whether an object is an bertini object.
#'
#' @param x object to be tested
#' @return Vector of logicals.
#' @export
#' @examples
#' 
#' # see ?bertini
#' 
#' 
#' 
is.bertini <- function(x){
  any(class(x) == "bertini")
}

Try the algstat package in your browser

Any scripts or data that you put into this service are public.

algstat documentation built on May 29, 2017, 10:34 p.m.