R/bbmm.summary.R

bbmm.summary <-
function(x){
#
#   print method for BBMM objects
#
    cat("\nBrownian motion variance : ", x[[1]], fill=TRUE) 
    cat("Size of grid : ", length(x$x), "cells", fill=TRUE)
    cat( "Grid cell size : ", abs(x$x[1]-x$x[2]), fill=TRUE)

}

Try the BBMM package in your browser

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

BBMM documentation built on May 2, 2019, 6:47 a.m.