Creates annotation layer
annotation_logticks2(
base = 10,
sides = "bl",
scaled = TRUE,
short = unit(0.1, "cm"),
mid = unit(0.2, "cm"),
long = unit(0.3, "cm"),
colour = "black",
size = 0.5,
linetype = 1,
alpha = 1,
data = data.frame(x = NA),
color = NULL,
...
)ggplot2 layer
base for drawing in scale
sides to draw, by default bottom and left
true by default
short tick settings
mid tick settings
long tick settings
default to black colour
size for labels
default linetype
default alpha level
data to include
colors to include
additional arguments
Shawn Gilroy shawn.gilroy@temple.edu
Inherit and extend layer for use in ggplot draw