Skip to content
Prev 325181 / 398503 Next

ggplot2 error: "Error in as.environment(where) : 'where' is missing"

On Jun 11, 2013, at 10:44 AM, Brian Smith wrote:

            
It's _almost_always_ incorrect to do:  as.data.frame(cbind(anything))

No error with:

dataf <- data.frame(Sample,Vals)
David Winsemius
Alameda, CA, USA