STdiag.lines: Add a line to STdiag

Description Usage Arguments Value Author(s) Examples

Description

This function updates an STdiag with a line

Usage

1
2
3
4
  STdiag.lines(stdiag, lx, ly, 
                type="l", alpha=1,cex=0.8,
                col=1,font=1,pch=16,
                fill="transparent",lty=1,lwd=1)

Arguments

stdiag

The STdiag to update, returned by function STdiag

lx,ly

Coordinates of the line points to add to the diagram

type,alpha,cex,col,font,pch,fill,lty,lwd

Standard parameters of the panel.lines function

Value

Returns the stdiag with a line added to it

Author(s)

Vincent Le Bourlot

Examples

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

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