grid.timeline.plot {hydrosanity}R Documentation

Plot Timeline of Data and its Quality

Description

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

Usage

grid.timeline.plot(blob.list, xlim = NULL, ylim=NULL, colMap = NULL, barThickness = unit(1.2,"lines"), auto.key = T, maxLabelChars = 20, pad = unit(1,"lines"), grill = T, main = NULL, sub = T, newpage = T)

grid.timeline.bar <- function(blob, colMap = NULL, name = "timeline.bar", vp = NULL)

timelineColMapDefault(colMap = list(good="black", suspect=trellis.par.get("superpose.polygon")$col[1], poor=trellis.par.get("superpose.polygon")$col[2], disaccumulated=trellis.par.get("superpose.polygon")$col[3], imputed=trellis.par.get("superpose.polygon")$col[4]))

Arguments

blob.list ~~Describe blob.list here~~
xlim ~~Describe xlim here~~
ylim ~~Describe ylim here~~
colMap ~~Describe colMap here~~
barThickness ~~Describe thickness here~~
auto.key ~~Describe auto.key here~~
maxLabelChars ~~Describe maxLabelChars here~~
pad ~~Describe pad here~~
grill ~~Describe grill here~~
main ~~Describe main here~~
sub ~~Describe sub here~~
newpage ~~Describe newpage here~~
blob ~~Describe blob here~~
name ~~Describe name here~~
vp ~~Describe vp 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]