Displaying 1 result from an estimated 1 matches for "ordisymbol".
2010 Jan 26
1
ordisymbol - changing symbols used in plotting factor levels
Hello,
I'm trying plot points in an NMDS according to a factor with two levels:
fig<-ordiplot(canod.sol,
type="none",cex.axis=0.9,cex.lab=0.1,pty="m",tck=-0.01)
ordisymbol(fig, y = hab, factor = "habitat", rainbow = T,col = env,
legend = F)
This gets me part of the way - It produces a plot with blue triangles
for the first factor level and red circles for the second level. What
I want to do is change the symbols so they all plot as circles, then
ch...