grid.timeseries.plot {hydrosanity}R Documentation

Plot Time Series

Description

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

Usage

grid.timeseries.plot(blob.list, xlim = NULL, ylim = NULL, sameScales = T, 
                     logScale = F, qualTimeline = F, colMap = NULL, 
                     barThickness = unit(0.5,"lines"), auto.key = T, maxLabelChars = 20, 
                     pad = unit(1,"lines"), between = unit(0,"lines"), superPos = 1, 
                     newScale = T, main = NULL, sub = T, newpage = (superPos==1), 
                     nSuperpose = 1, gp=gpar(col=rep(trellis.par.get("superpose.line")$col, len=superPos)[superPos], 
                       alpha=rep(trellis.par.get("superpose.line")$alpha, len=superPos)[superPos],
                       lty=rep(trellis.par.get("superpose.line")$lty, len=superPos)[superPos],
                       lwd=rep(trellis.par.get("superpose.line")$lwd, len=superPos)[superPos]))

grid.timeseries.plot.superpose(superpose.blob.list, allSameScales = F, xlim = NULL, ylim = NULL, logScale = F, sub = T, ...)

grid.timeseries.steps(blob, logScale = F, name = "timeseries", gp = NULL, vp = NULL)

Arguments

blob.list ~~Describe blob.list here~~
xlim ~~Describe xlim here~~
ylim ~~Describe ylim here~~
sameScales ~~Describe sameScales here~~
logScale ~~Describe logScale here~~
qualTimeline ~~Describe qualTimeline here~~
colMap ~~Describe colMap here~~
barThickness ~~Describe thickness here~~
auto.key ~~Describe auto.key here~~
maxLabelChars ~~Describe maxLabelChars here~~
pad ~~Describe pad here~~
between ~~Describe between here~~
superPos ~~Describe superPos here~~
newScale ~~Describe newScale here~~
main ~~Describe main here~~
sub ~~Describe sub here~~
newpage ~~Describe newpage here~~
nSuperpose ~~Describe nSuperpose here~~
gp ~~Describe gp here~~
superpose.blob.list ~~Describe superpose.blob.list here~~
allSameScales ~~Describe allSameScales here~~
... ~~Describe ... here~~
blob ~~Describe blob here~~
name ~~Describe blob here~~
vp ~~Describe blob 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]