R/cd00-generics.R

# Copyright (C) Kevin R. Coombes, 2007-2012

require("stats")
require("cluster")

if (!isGeneric("predict"))
  setGeneric("predict", function(object, ...) standardGeneric("predict"))

if (!isGeneric("pltree"))
  setGeneric("pltree", function(x, ...) standardGeneric("pltree"))

if (!isGeneric("screeplot"))
  setGeneric("screeplot", function(x, ...)
             standardGeneric("screeplot"))

if (!isGeneric("identify"))
  setGeneric("identify", function(x, ...)
             standardGeneric("identify"))

if (!isGeneric("text"))
  setGeneric("text", function(x, ...)
             standardGeneric("text"))

Try the ClassDiscovery package in your browser

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

ClassDiscovery documentation built on Aug. 4, 2021, 3 p.m.