?
Any suggestions?
Thanks so much.
---
Jian Zhang
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting
I want to add the legend for my figure using "auto.key" in the xyplot function
(library(lattice)). But I don't know how to change the colors of the lines in
the "legend" part. I tried to add "col=1:8" in the "auto.key", but it changes
the colors of the text of my Legend, not the lines. How can I
6.5,height=4.5)
plot(lat ~ long, data = quakes)
graphics.off()
}
# I can open the pdf files.
Hope you can help me.
Thanks so much,
---
Jian Zhang
Department of Renewable Resources
University of Alberta
Edmonton, Alberta T6G 2H1, Canada
Phone (office): 78
Hey, I have one data like this:
tree azimuth distance
1 312 200
2 322 201
3 304 173
4 294 154
5 313 95
The "azimuth" stands for the azimuth of tree from plot center, and the
"distance" is the distance of tree from plot center.
I wan
Now I have the forest plot data with x, y locations, and I measured the DBH for
every indivicuals.
The data looks like that:
x=runif(100,0,100)
y=runif(100,0,100)
dbh=runif(100,1,100)
rdata=data.frame(x,y,dbh)
> rdata[1:5,]
x y dbh
1 99.5354145 1.412844 34.10112
2 0.8259
em?
Thanks very much.
Jian Zhang
# The following function calculates Fisher's alpha from counts of individuals
and species.
# Note that this program assumes that the true value of alpha lies within the
range 0.001¨C1
# (a likely assumption for local assemblages of organisms).
# The funct
6 matches
Mail list logo