https://github.com/cran/lattice
Revision d21d7df76446834d6a89c768064d8f0a2fef6714 authored by Deepayan Sarkar on 21 May 2005, 00:00:00 UTC, committed by Gabor Csardi on 21 May 2005, 00:00:00 UTC
1 parent 8deee61
Raw File
Tip revision: d21d7df76446834d6a89c768064d8f0a2fef6714 authored by Deepayan Sarkar on 21 May 2005, 00:00:00 UTC
version 0.12-1
Tip revision: d21d7df
NAMESPACE


# useDynLib(lattice)

import(grid)


importFrom(grDevices, dev.list, cm.colors, gray, heat.colors)
importFrom(graphics, plot, co.intervals)


importFrom(stats, as.formula, density, fitted.values, loess.smooth, 
           median, ppoints, qnorm, residuals, update)


export("[.shingle", as.factorOrShingle, as.shingle, banking, barchart,
       bwplot, canonical.theme, cloud, col.whitebg, Rows,

### construct.scales,

       contourplot, densityplot, dotplot, draw.colorkey, draw.key,
       equal.count, histogram, is.shingle, larrows,

       latticeParseFormula,

       levelplot, llines, lplot.xy, lpoints, lsegments, lset, ltext,

       ltransform3dMatrix, ltransform3dto3d,

       oneway, panel.3dscatter, panel.3dwire, panel.abline,
       panel.barchart, panel.bwplot, panel.violin, panel.cloud,
       panel.curve, panel.densityplot, panel.dotplot, panel.fill,
       panel.grid, panel.rug, panel.histogram, panel.levelplot,
       panel.contourplot, panel.linejoin, panel.identify,
       panel.lmline, panel.loess, panel.mathdensity, panel.pairs,
       panel.parallel, panel.qq, panel.qqmath,
### prepanel.qqmath,
       panel.qqmathline, panel.splom, panel.stripplot,
       panel.superpose, panel.axis, panel.superpose.2,


       prepanel.tmd.default, prepanel.tmd.qqmath, panel.tmd.default,
       panel.tmd.qqmath,

       panel.wireframe, panel.xyplot, parallel, prepanel.lmline,
       prepanel.loess, prepanel.qqmathline, qq, qqmath, rfs, shingle,
       show.settings, simpleKey, splom, strip.default, stripplot, tmd,
       trellis.device, trellis.par.get, trellis.par.set, wireframe,
       xyplot,

       do.breaks,
       lattice.getOption, lattice.options,
       trellis.focus, trellis.unfocus, trellis.switchFocus,
       trellis.panelArgs, trellis.vpname, trellis.grobname,

       panel.arrows, panel.segments, panel.lines, panel.points,
       panel.text, current.panel.limits,

       strip.custom, trellis.last.object,

       make.groups

       )



S3method("[", shingle)
S3method(as.data.frame, shingle)
S3method(plot, shingle)
S3method(print, shingle)
S3method(summary, shingle)
S3method(print, shingleLevel)

S3method(print, trellis)
S3method(plot, trellis)
S3method(update, trellis)
S3method(summary, trellis)



### Local variables:
### mode: R
### End:
back to top