R/plot_compare.R

Defines functions plot.compare

###################################################################
#  Plot for compare
# Arg:
#  object belonging to compare
#
# Returns:
#  Plots the values for compare results

plot.compare <- function(x, ...)
{par(mfrow = c(1,1))
 image(x$AvIndexDifference)
}

Try the CItools package in your browser

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

CItools documentation built on May 2, 2019, 4:48 p.m.