1.

_________ generate aesthetic mappings that describe how variables in the data.(a) aes_all(b) aes_auto(c) aes(d) aes_stringThis question was addressed to me in an interview.Origin of the question is ggplot2 in division Profiling, Simulation and Data Analysis of R Programming

Answer»

Right OPTION is (c) aes

Easiest explanation: aes generate AESTHETIC MAPPINGS that describe how variables in the DATA. aes_auto is used for AUTOMATIC aesthetic mapping.



Discussion

No Comment Found

Related InterviewSolutions