Displaying 3 results from an estimated 3 matches for "axis4".
Did you mean:
axis
2006 Jan 16
1
label of second y-axis in xyplot (lattice)
...Now my question.
How can I achieve different labels for two y-axes? (Here this is not the case, but the example should just visualize my question.)
So here in this case I'd like to have two labels. On the "normal" y-side (axis2) the label = "Precip", on the other side (axis4) the label "Temp".
Thanks for your help.
Antje
[[alternative HTML version deleted]]
2011 Dec 22
2
Axis manipulation in Stackpoly (Plotrix)
...converted from zoo to matrix. Data plotting fine, jsut want to change axis -
CaribMatrix<-as.matrix(ts4Ex)
stackpoly(CaribMatrix, stack=TRUE, xlab="Year",ylab="Catch in tons", xaxlab=(1250:2008),
main="Historical Florida reef fisheries catch by sector", axis4="FALSE")
Any assistance appreciated! Thanks very much, Benjamin P Neal, Scripps Inst. of Oceanogrpahy
2008 Oct 01
3
for loop question Documentation and its application for calculating euclidean distance on MDS ordination axis scores
...solution. I want to calculate the euclidean distance
between time steps of the ordination. My thought is to use a for
loop-
calculate distance march to april then calculate the distance from
april to may ... Is this the proper way of going about this
axis1 axis2 axis3 axis4
march 3 4 6 3
april 5 7 8 5
may 7 3 1 9
.....
thanks
Stephen
The data is at home and I will post it once I have fooled around with
the for loop - if I can not figure it out,...