I saw the ideal tick-mark structure for a log="y" plot in this paper, Figure 3b 3c 3d.
It has short, log-spaced minor tick marks without labels, plus long, log-spaced major tick marks with labels.
Does anyone know how to achieve this in R?
|
I saw the ideal tick-mark structure for a It has short, log-spaced minor tick marks without labels, plus long, log-spaced major tick marks with labels. Does anyone know how to achieve this in |
|||||||||||
|
|
In base R just build the axes however you want. Something like this could be a start.
In
|
|||||
|
|
For
|
|||
|
|
|
This has been done in package::sfsmisc. See the example in help(axTexpr) |
|||||
|