plot.mcpfit()
Density geom for plot.mcpfit()
geom_cp_density(fit, facet_by, limits_y)
A ggplot2::stat_density
geom representing the change point densities.
An mcpfit
object
NULL
or a a string, like plot.mcpfit(..., facet_by = "id").
Boolean. If TRUE
and !is.null(facet_by)
, only return
densities for the change points "affected" by facet_by
. If FALSE
and !is.null(facet_by)
,
return all densities except those "affected" by facet_by
. Has no effect if is.null(facet_by)