print.beast.object {beast}R Documentation

Print function

Description

This function prints a summary of objects returned by the beast function.

Usage

## S3 method for class 'beast.object'
print(x, ...)

Arguments

x

An object of class beast.object, which is returned by the beast function.

...

ignored.

Details

The function prints a summary of the most probable number (MAP) of change-points per time-series in the form of a table, as well as a list containing the MAP number of change-points and the corresponding locations (posterior medians) per time-series.

Author(s)

Panagiotis Papastamoulis


[Package beast version 1.1 Index]