1.

______ generate aesthetic mappings from a string.(a) aes_all(b) aes_auto(c) aes_string(d) aes_positionI had been asked this question in an interview for internship.My question is based upon ggplot2 topic in division Profiling, Simulation and Data Analysis of R Programming

Answer»

The correct answer is (c) aes_string

The BEST I can EXPLAIN: Aesthetic MAPPINGS describe how VARIABLES in the DATA are mapped to visual properties (aesthetics) of geoms.



Discussion

No Comment Found

Related InterviewSolutions