I'd like to do a lineplot with type="b" (both lines and points), opposed to type="o" (points overplotted on lines). I'd like the legend to match the line, with the point character plotted distinctly from the line, but I can't figure out from the manual ( http://stat.ethz.ch/R-manual/R-patched/library/graphics/html/legend.html ) which option to set on the legend() call.
Is there a way to get the legend to plot lines and point characters without overplotting the character that I'm missing? -- Michael R. Head <bur...@suppressingfire.org> http://www.cs.binghamton.edu/~mike/ ______________________________________________ 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-guide.html and provide commented, minimal, self-contained, reproducible code.