grid.yaxis.log {hydrosanity}R Documentation

Log Scale Axis for Grid/Lattice

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

grid.yaxis.log(logLim = as.numeric(convertY(unit(c(0,1), "npc"), "native")), label = T, draw = T, name = NULL, ...)
grid.xaxis.log(logLim = as.numeric(convertX(unit(c(0,1), "npc"), "native")), label = T, draw = T, name = NULL, ...)

lattice.y.prettylog(lim, ...)
lattice.x.prettylog(lim, ...)

lattice.y.sqrt(lim, ...)
lattice.x.sqrt(lim, ...)

Arguments

logLim ~~Describe logLim here~~
label ~~Describe label here~~
draw ~~Describe draw here~~
name ~~Describe name here~~
lim ~~Describe lim here~~
... ~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as help, ~~~


[Package hydrosanity version 0.8.76 Index]