Table of Contents

GGplot - Scale (Data Transformation)

About

Scales control the mapping between data and aesthetics, and control the display of the matching guide (axis or legend)

Ex: Linear scaling of x and y axes (scales)

Ggplot Scale Coordinate System

See:

Definition

Basic

Position scales

Colour/fill

Colour/fill probably most commonly manipulated

Management

Suppression

Example:

scale_x_continuous(NULL, breaks = NULL) + 
scale_y_continuous(NULL, breaks = NULL)

Documentation

See scale in the doc