xmr_chart {xmrr} | R Documentation |
Generate the XMR chart for XMR data
Description
Useful for diagnostics on xmr, and just visualizing the data.
Usage
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
)
Arguments
dataframe |
Output from xmR() |
time |
Time column |
measure |
Measure |
boundary_linetype |
Type of line for upper and lower boundary lines. Defaults to "dashed". |
central_linetype |
Type of line for central line. Defaults to "dotted". |
boundary_colour |
Colour of line for upper and lower boundary lines. Defaults to "#d02b27". |
point_colour |
Colour of points. Defaults to "#7ECBB5". |
point_size |
Size of points. Defaults to 2. |
line_width |
Width of lines. Defaults to 0.5. |
text_size |
Size of chart text. Defaults to 9. |
[Package xmrr version 1.1.1 Index]