Map a continuous color for the classic heatmap look.

geom_tile(
  mapping = NULL,
  data = NULL,
  color = NULL,
  alpha = NULL,
  width = NULL,
  height = NULL
)

Arguments

mapping, data, color, alpha

As in geom_point().

width, height

Tile size in data units (default: data resolution).

Value

A Layer.