Re: [R] plotting vector of symbols

2009-09-02 Thread stephen sefick
I did something very similar in ggplot2 about a year ago. Use the unique sampling location from the species count data (rownames) as a factor column, and then use that in a geom_color or geom_shape add on to qplot untested: library ggplot2 a <- metaMDS(foo, k=3) b <- rownames(foo) d <- data.fram

[R] plotting vector of symbols

2009-09-02 Thread Wade Wall
Hi all, Is there a way in R to plot points using symbols as defined in another vector without adding a separate points line for each symbol? For example, I have the results from an ordination with ~ 35 points and an associated vector that corresponds to different symbols in pch for the 35 symbols