Useful for diagnostics on xmr, and just visualizing the data.
xmr_chart(
dataframe,
time,
measure,
boundary_linetype = "dashed",
central_linetype = "dotted",
boundary_colour = "#d02b27",
point_colour = "#7ECBB5",
point_size = 2,
line_width = 0.5,
text_size = 9
)
Output from xmR()
Time column
Measure
Type of line for upper and lower boundary lines. Defaults to "dashed".
Type of line for central line. Defaults to "dotted".
Colour of line for upper and lower boundary lines. Defaults to "#d02b27".
Colour of points. Defaults to "#7ECBB5".
Size of points. Defaults to 2.
Width of lines. Defaults to 0.5.
Size of chart text. Defaults to 9.