Table of Contents

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:

  • 10 is x_low
  • 130 is x_high