https://github.com/cran/IQCC
Raw File
Tip revision: 53c14e2d35deeae90e359b99cad0db06d573eb53 authored by Emanuel P. Barbosa on 10 March 2010, 00:00:00 UTC
version 0.5
Tip revision: 53c14e2
cchart.Xbar_R.Rd
\name{cchart.Xbar_R}
\alias{cchart.Xbar_R}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ X-bar and R control charts }
\description{
  This function builds the X-bar and R control charts in the same window.
}
\usage{
cchart.Xbar_R(x, sizes)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{ The data to be plotted. }
  \item{sizes}{ A value or a vector of values specifying the sample sizes associated with each group. }
}
\value{
  Return the two control charts.
}
\author{ Daniela R. Recchia, Emanuel P. Barbosa. }
\examples{
data(pistonrings)
attach(pistonrings)
cchart.Xbar_R(pistonrings[1:25, ])
}
back to top