View source: R/onesample.plot.R
onesample.plot | R Documentation |
plots for one sample tests
onesample.plot(variables,data=NULL,test.value,scale=FALSE,type="hist",alpha=.2)
variables |
An expression denoting a set of variable. |
data |
A data.frame from which the variables will be selected. |
test.value |
null hypothesis test value |
scale |
scale variables |
type |
type of plot. 'hist' or 'box' are allowed |
alpha |
transparency of points for box plot |
data(mtcars)
onesample.plot(variables=d(mpg,cyl,disp,hp,drat,wt,qsec,vs,am,
gear,carb),data=mtcars,type='hist')
onesample.plot(variables=d(mpg,cyl,disp,hp,drat,wt,qsec,vs,am,
gear,carb),data=mtcars,type='box',alpha=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.