Data Visualisation with R
coord_polar()
coord_cartesian()
for Cartesian coordinate systems (default)coord_flip()
to flip the x and ycoord_fixed()
to use a fixed aspect ratiocoord_equal()
is essentially coord_fixed(ratio = 1)
coord_trans()
to transform the coordinate after the statistical transformationcoord_map()
to use projection based on mapproj