Suppose I have a continuous x-axis, I want to add a constant value to each tickmark tag. For example,
ggplot(data=warpbreaks,aes(x=breaks,y=replicate)) + geom_point() … There will be markers
Suppose I have a continuous x-axis, I want to add a constant value to each tickmark tag. For example,
ggplot(data=warpbreaks,aes(x=breaks,y=replicate)) + geom_point() … There will be markers
How to extract the numbers used to mark the y-axis and x-axis in the following ggplot (20, 30, 40 and 10, 15, 20, 25, 30, 35)?
Plot
From r-statistics.co
Reproducible code
#