Plot a profile (values of the dimensions) for each phase.
plotRN_phaseProfile(
phaseOutput,
plotCentroid = NA,
showEpochLegend = TRUE,
epochColours = NULL,
epochLabel = "Phase",
excludeOther = FALSE,
excludeNorec = TRUE,
excludeVars = "",
excludePhases = "",
returnGraph = FALSE,
colOrder = NA
)
Output from function rn_phases
Exclude the default Phase "Other"
Exclude the default Phase "No recurrence"
Exclude specific dimension variables by name. Leave empty to include all variables (default = ""
)
Exclude Phases by their name (variable phase_name
). Leave empty to include all Phases (after excludeOther
and excludeNorec
) (default = ""
)
plot
RN <- rn(y1 = data.frame(x = rnorm(100), y= rnorm(100)), weighted = TRUE)
#> Set `weightedBy` to 'si' due to the value of `weighted`
phase_out <- rn_phases(RN, returnCentroid = "mean.sd")
plotRN_phaseProfile(phaseOutput = phase_out)