[[alternative HTML version deleted]]
______________________________________________
R-h...@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Doesn't the first (densityplot) example in ?yscale.components.default
do this? Other relevant examples are
http://lmdvr.r-forge.r-project.org/figures/figures.html?chapter=08;figure=08_04
and
http://lmdvr.r-forge.r-project.org/figures/figures.html?chapter=08;figure=08_05
-Deepayan
Thank you very much for pointing me at the specific example that solved
my problem.
For others who might have the same question, that would be the part of
the example that transforms the label values using 2^value, which turns
the label from something that looks like "2^3" into an actual 8.
Actually, other parts of the example are also very enlightening for
other useful things to do with tick labels.
Brian