Skip to content
Prev 342025 / 398498 Next

How to include factor levels into plot title?

How about:


plot(dd$Sepal.Length, dd$Petal.Length, main=paste("These are the
levels:", paste(levels(dd$Species), collapse=", ")))


Thanks for the actual reproducible example!

Sarah
On Wed, Jul 9, 2014 at 11:24 AM, Bea GD <aguitatierra at hotmail.com> wrote: