Christopher W. Ryan
2023-Nov-08 15:56 UTC
[R] make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
Very helpful, Deepayan, and educational. Thank you. What does NSE stand for? Thanks, Chris Deepayan Sarkar wrote:> > --Chris Ryan
Ben Bolker
2023-Nov-08 15:58 UTC
[R] make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
Non-standard evaluation On 2023-11-08 10:56 a.m., Christopher W. Ryan via R-help wrote:> Very helpful, Deepayan, and educational. Thank you. > > What does NSE stand for? > > Thanks, > Chris > > Deepayan Sarkar wrote: >> >> --Chris Ryan > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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.
Deepayan Sarkar
2023-Nov-08 16:02 UTC
[R] make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
On Wed, 8 Nov 2023 at 10:56, Christopher W. Ryan via R-help <r-help at r-project.org> wrote:> > Very helpful, Deepayan, and educational. Thank you. > > What does NSE stand for?Non-standard evaluation, used widely in formula-interface functions as well as the tidyverse. with() in my example is a less nuanced version of this. See http://adv-r.had.co.nz/Computing-on-the-language.html https://developer.r-project.org/nonstandard-eval.pdf Best, -Deepayan> Thanks, > Chris > > Deepayan Sarkar wrote: > > > > --Chris Ryan > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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.
Reasonably Related Threads
- make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
- make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
- make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
- drop unused levels in lattice dotplot axis?
- dotplot: labeling coordinates for each point