R/print.caperpyGridData.R

Defines functions print.caperpyGridData

Documented in print.caperpyGridData

print.caperpyGridData <-
function(x, ...)
{
    if (!inherits(x,"caperpyGridData"))
        stop("x is not of class caperpyGridData")
    cat("*******************************\n")
    cat("** Object of class caperpyGridData\n\n")
    cat("Structure of the object:\n\n")
    print(str(x))
}
ClementCalenge/caperpyogm documentation built on Sept. 14, 2021, 4:14 p.m.