print.summary.dataCompareRobject {dataCompareR} | R Documentation |
Printing summaryRCompare Output
## S3 method for class 'summary.dataCompareRobject'
print(x, ...)
x |
an object of class "summary.dataCompareRobject", usually a result of a call to
|
... |
Additional arguments passed on to |
rc1 <- rCompare(iris,iris)
summary(rc1)