STdiag.points: Add a point to STdiag

Description Usage Arguments Value Author(s) Examples

Description

This function updates an STdiag with points

Usage

1
2
3
STdiag.points(stdiag,px ,py , 
  alpha=1,cex=0.8,col=1,font=1,
  pch=16,fill="transparent")

Arguments

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

Value

Returns the stdiag with the point added to it

Author(s)

Vincent Le Bourlot

Examples

1
2
st<-STdiag(z~x*y,sample)
st<-STdiag.points(st,300,1,col="white")

STdiag documentation built on May 2, 2019, 4:58 p.m.