continuous_scale(aesthetics, scale_name, palette,
name = NULL, breaks = waiver(),
minor_breaks = waiver(), labels = waiver(),
legend = NULL, limits = NULL, rescaler = rescale,
oob = censor, expand = waiver(), na.value = NA,
trans = "identity", guide = "legend")
trans_new
. You can also give the
name of the transformer: e.g. instead of
log2_trans()
you can use "log2"
.