Table of Contents

GGplot - Coordinate System

About

coordinate system control how the two coordinates aesthetics work together (default: Cartesian)

Others:

They Occur after statistics and affect the appearance of geoms

Zooming

You can zoom to an area by setting the x and y limit.

coord_cartesian(xlim=c(10,130))

where: