spc.chart.run: SPC Run Chart

View source: R/spc.chart.run.R

spc.chart.runR Documentation

SPC Run Chart

Description

Provides a simple control chart a series without calculating limits

Usage

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,
  ...
)

Arguments

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

Value

Invisible return of plot(...).


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.