R/print.MangroveTree.R

Defines functions print.MangroveTree

Documented in print.MangroveTree

print.MangroveTree <-
function(x,...){
	cat("A Mangrove tree")
	if (length(x$getData()$data) > 0){
		cat(" with attached data")
	}
	cat(":\n")
	x$printTree()
}

Try the Mangrove package in your browser

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

Mangrove documentation built on May 1, 2019, 9:10 p.m.