Closed oliverjayasinghe closed 9 months ago
while we are editing the labelling of the plots, could you also please prevent the "component [n]" titles displaying when the model has only one component?
data(vitamind)
object <- cglmm(
vit_d ~ amp_acro(time,
group = "X",
period = 12
),
data = vitamind
)
polar_plot(object)
Plots generated from autoplot() and polar_plot() have inconsistent labelling approaches. This will be addressed and the labels themselves will be more concise where possible.