1.

Provide 3 differences between ggplot2 and lattice packages?

Answer»
Ggplot2 package
Lattice package
It uses COUNTS, not percentages by
default.

It PLOTS the facets starting from top-left.
It plots the facets starting from the bottom-left.
Ggplot2 orders facets in the opposite
direction COMPARED to that in lattice

Sorting each facet SEPARATELY is not possible in ggplot2



Discussion

No Comment Found