Usage
taylor.diagram(ref,model,add=FALSE,col="red",pch=19,pos.cor=TRUE,
xlab="",ylab="",main="Taylor Diagram",show.gamma=TRUE,ngamma=3,
gamma.col=8,sd.arcs=0,ref.sd=FALSE,grad.corr.lines=c(0.2,0.4,0.6,0.8,0.9),
pcex=1,cex.axis=1,normalize=FALSE,mar=c(5,4,6,6),...)
Arguments
ref
numeric vector - the reference values.
model
numeric vector - the predicted model values.
add
whether to draw the diagram or just add a point.
col
the color for the points displayed.
pch
the type of point to display.
pos.cor
whether to display only positive (TRUE) or all
values of correlation (FALSE).
xlab,ylab
plot axis labels.
show.gamma
whether to display standard deviation arcs around
the reference point (only for pos.cor=TRUE).
ngamma
the number of gammas to display (default=3).
gamma.col
color to use for the gamma arcs (only with pos.cor=TRUE).
sd.arcs
whether to display arcs along the standard deviation axes
(see Details).
ref.sd
whether to display the arc representing the reference
standard deviation.
grad.corr.lines
the values for the radial lines for correlation
values (see Details).
pcex
character expansion for the plotted points.
cex.axis
character expansion for the axis text.
normalize
whether to normalize the models so that the reference
has a standard deviation of 1.
mar
margins - only applies to the pos.cor=TRUE plot.
...
Additional arguments passed to plot.