Description Usage Arguments Value Author(s) Examples
This function updates an STdiag with points
1 2 3 | STdiag.points(stdiag,px ,py ,
alpha=1,cex=0.8,col=1,font=1,
pch=16,fill="transparent")
|
stdiag |
The STdiag to update, returned by function STdiag |
px,py |
Coordinates of the points to add to the diagram |
alpha,cex,col,font,pch,fill |
Standard parameters of the panel.points function |
Returns the stdiag with the point added to it
Vincent Le Bourlot
1 2 | st<-STdiag(z~x*y,sample)
st<-STdiag.points(st,300,1,col="white")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.