Displaying 2 results from an estimated 2 matches for "ycurve".
Did you mean:
curve
2012 Jan 30
1
about changing line type and line width in Taylor Diagram
Dear all,
I am new to plotting Taylor Diagram using plotrix package within R, hence
this post. I have written a script which plots Taylor Diagram with one
reference and 7 model values. However the font size, line width and line
type are not clear when saving the diagram as a jpeg file. I tried the
functions lty, lwd and font but no apparent change. I am attaching the
script here. Any help would
2008 Dec 08
1
Taylor diagram
...of the space (positive correlations). (When we choose pos.cor=FALSE, the program seems to me perfect)
1.There is only one line around the (0,0) point:
I looked at this part of the program:
if (ref.sd) {
xcurve <- cos(seq(0, pi/2, by = 0.01)) * sd.r
ycurve <- sin(seq(0, pi/2, by = 0.01)) * sd.r
lines(xcurve, ycurve)
}
I have tried this part of the program (using sd.r=0 and naturally using a plot(..)), it gave only one quarter circle and not a seq of them.
2. No lines helping to read the correlation easily at all.
Co...