R/print.predMexhaz.R

Defines functions print.predMexhaz

Documented in print.predMexhaz

print.predMexhaz <- function(x, ...){
    cat("Results:\n")
    print(head(x$results))
    cat(paste("... (dimensions: ",dim(x$results)[1]," rows and ",dim(x$results)[2]," columns)\n",sep=""))
}

Try the mexhaz package in your browser

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

mexhaz documentation built on Oct. 31, 2022, 5:08 p.m.