Learn R Programming

OsteoBioR (version 0.1.1)

plotTime: Plot of credibility intervals for each time interval, plotted as timeseries

Description

The function plots the credibility intervals for each time interval and returns a ggplot object, which is further customizable.

Usage

plotTime(object, prop = 0.8, plotShifts = FALSE, ...)

Arguments

object

model of class TemporalIso

prop

double between 0 and 1: length of credibility interval. The default value is 80 percent.

plotShifts

boolean if shifts shall be marked or not. Defaults to False.

...

arguments handed to getShiftTime

Value

a ggplot object.