View source: R/spc.chart.run.R
spc.chart.run | R Documentation |
Provides a simple control chart a series without calculating limits
spc.chart.run(
chart.series,
type = "b",
main = "Run Chart",
xlab = "Time",
ylab = "Criterion Measure",
col = "blue",
pch = 19,
...
)
spc.run.chart(
chart.series,
type = "b",
main = "Run Chart",
xlab = "Time",
ylab = "Criterion Measure",
col = "blue",
pch = 19,
...
)
chart.series |
Vector - Chart series |
type |
Character - Chart display type, default is line and point |
main |
Character - Main chart title |
xlab |
Character - X axis title |
ylab |
Character - Y axis title |
col |
Character - Color of lines/points |
pch |
Integer - Point Display Character |
... |
Additional parameters |
Invisible return of plot(...).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.