Nothing
#######################################################################
##
## 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.