Skip to content
Prev 372505 / 398498 Next

Scatterplot of many variables against a single variable

You do not appear to have read the Posting Guide mentioned at the bottom if this and every posting on the mailing list. 

Only a very few attachment types are allowed through the mailing list... and due to the way many email programs fail to identify them properly, even those few types may not make it through.

Also, this is a plain text email list... any time you send HTML-formatted email it gets converted to plain text with varying amounts of scrambling... you really need to tell your email program to send plain text format or we may see something very different than you saw when you sent it. 

Luckily, R is a text based programing environment, so if you include a complete (with sample data), minimal (so we don't get lost looking at code you already have working), reproducible (so we can run it from scratch in our R environment) example of your problem in the main body of your plain text email, we should be able to help you efficiently. If you don't do that, we usually won't understand what your problem is and could either bounce useless emails back and forth or may just not reply at all. 

[1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

[2] http://adv-r.had.co.nz/Reproducibility.html

[3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette)