S3-methods support by the package rxylib
. Listed functions can be passed directly into
S3 generics (e.g., plot, print) without reshaping the data.
# S3 method for rxylib
print(x, ...)# S3 method for rxylib
plot(x, block = NULL, ...)
(required): input object
further arguments that can be passed to the method
numeric (with default): select block for plotting, e.g. c(1:2)
.