Scales for z
scale_z_continuous( name = waiver(), breaks = waiver(), labels = waiver(), limits = NULL, range = c(1, 100), trans = "identity", guide = FALSE )
name, breaks, labels, limits, trans, guide | See |
---|---|
range | a numeric vector of length 2 that specifies the minimum and maximum size of the plotting symbol after transformation. |