thomasp85 / grid

personal devel version of grid
15 stars 4 forks source link

how specify tck in grid.xaxis? #18

Closed kongdd closed 4 years ago

kongdd commented 4 years ago

In plot function, we can use tck to specify the tick size:

plot(cars, tck = 0.02)

How can I specify tck in grid.xaxis?

thomasp85 commented 4 years ago

This is not really the place to ask questions about grid. It’s just my personal repo for creating PRs. Try the r-help mailing list or stack overflow.