Skip to content
#

ticks

Here are 10 public repositories matching this topic...

stefanedwards
stefanedwards commented Feb 23, 2018

The issue first appears when rendering the plots. It does not appear to be a rounding error as changing the distance argument to other units affects the outcome.

library(ggplot2)
library(lemon)

data(sunspot.year)
sunspots <- data.frame(count=as.numeric(sunspot.year), year=seq.int(start(sunspot.year)[1], end(sunspot.year)[1]))
sunspots <- subset(sunspots, year > 1900)

ggplot(sunspo
bug

Improve this page

Add a description, image, and links to the ticks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ticks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.