The stats_ functions in ggplot2 create special variables, e.g. stat_bin2d
creates a special variable called ..count..
. Where can I find documentation listing which special variables are returned by which stat_ function?
I've looked on the main ggplot2 documentation pages, and in R online help. I tried reading the source code for stat_bin2d, but it uses bits of the language I don't understand -- I don't know how to get at the code behind StatBin2d$new(...)
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…