grid.timeline.plot {hydrosanity} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
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]))
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~~ |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~who you are~~
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~