R/plot.anchors.rank.R

#######################################################################
##
## Function: plot.anchors.rank()
## Author  : Jonathan Wand <wand@stanford.edu>
##
#######################################################################

plot.anchors.rank <- function(x, ... ,
                              xy   = c("minimum","interval")) {

  if (is.null(x$combn))
    stop("plot.anchors.anchors is currently available only if anchors(...,combn=TRUE) was used;",
         "perhaps you are looking for 'barplot.anchors.rank' to plot the disribution of ranks")

  plot.anchors.combn( x$combn, ..., xy=xy)
  
}

Try the anchors package in your browser

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

anchors documentation built on May 2, 2019, 6:59 a.m.