https://github.com/cran/lattice
Raw File
Tip revision: 676c4b6ea9437c6d195489888103cb033dbc5794 authored by Deepayan Sarkar on 17 October 2003, 00:00:00 UTC
version 0.8-7
Tip revision: 676c4b6
NAMESPACE


# useDynLib(lattice)

import(grid)

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

#      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, palette.shade, panel.3dscatter, panel.3dscatter.old,
       panel.3dwire, panel.abline, panel.barchart, panel.bwplot,
       panel.cloud, panel.curve, panel.densityplot, panel.dotplot,
       panel.fill, panel.grid, panel.histogram, panel.levelplot,
       panel.linejoin, panel.lmline, panel.loess, panel.mathdensity,
       panel.pairs, panel.parallel, panel.qq, panel.qqmath,
       panel.qqmathline, panel.splom, panel.stripplot,
       panel.superpose, panel.superpose.2, panel.tmd, 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)

# documented as internal but used in examples.
export(Rows)

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

back to top