Usage
linLogTrans(x, y, log="x", steps=100, base=1, firstplot=TRUE, lastplot=TRUE,
write_t=TRUE, values_t=NULL, pointsarg=NULL, ...)
Arguments
x
x values to be plotted in animation
y
vector with corresponding y values
log
which axis is logarithmic, "x" or "y". DEFAULT: "x"
steps
Approximate number of steps (images) in transition (About 30% are taken out). DEFAULT: 100
firstplot
Plot data on linear axis as first image? DEFAULT: TRUE
lastplot
Plot data on logarithmic axis as last image? DEFAULT: TRUE
write_t
write transformation value in lower right corner? DEFAULT: TRUE
values_t
Supply vector with values for transformation (1/t). Overides steps. If you have a better algorithm than I do, please let me know! DEFAULT: NULL for internal calculation based on size of steps.
pointsarg
List of further arguments passed to points, like pch, cex, col. DEFAULT: NULL
...
further arguments passed only to plot, like main, xlim, ylab. Excluded: x, y, las, xaxt, type