This file is indexed.

/usr/lib/R/site-library/latticeExtra/NAMESPACE is in r-cran-latticeextra 0.6-28-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
import(grid)
import(lattice)

import(stats)
import(grDevices)

importFrom(utils, modifyList, head, tail)
importFrom(RColorBrewer, brewer.pal)




export(dendrogramGrob) ## FIXME: add some variant of heatmap

export(rootogram, panel.rootogram, prepanel.rootogram)
export(ecdfplot, panel.ecdfplot, prepanel.ecdfplot)
export(mapplot, panel.mapplot, prepanel.mapplot)
export(segplot, prepanel.segplot, panel.segplot)

S3method(rootogram, formula)
S3method(ecdfplot, formula)
S3method(ecdfplot, numeric)
S3method(segplot, formula)

S3method(mapplot, formula)

S3method(xyplot, stl)


export(panel.3dbars, panel.3dpolygon, panel.3dtext)
export(useOuterStrips, resizePanels, combineLimits)
export(custom.theme)
export(custom.theme.2)

export(xscale.components.logpower)
export(yscale.components.logpower)
export(xscale.components.fractions)
export(yscale.components.fractions)
export(xscale.components.log10ticks)
export(yscale.components.log10ticks)
export(xscale.components.log)
export(yscale.components.log)
export(xscale.components.log10.3)
export(yscale.components.log10.3)
export(xscale.components.subticks)
export(yscale.components.subticks)

## contributions from Felix Andrews

export(mergedTrellisLegendGrob)
export(panel.key)

export(horizonplot)
S3method(horizonplot, default)
export(panel.horizonplot, prepanel.horizonplot)

export(panel.smoother)
export(panel.quantile)
export(panel.tskernel)
export(simpleSmoothTs)
S3method(simpleSmoothTs, default)
S3method(simpleSmoothTs, zoo)

export(panel.2dsmoother)

export(tileplot, panel.voronoi, panel.levelplot.points)

export(panel.xblocks)
S3method(panel.xblocks, default)
S3method(panel.xblocks, ts)
S3method(panel.xblocks, zoo)
export(panel.xyarea)
S3method(panel.xyarea, default)
S3method(panel.xyarea, ts)
S3method(panel.xyarea, zoo)
export(panel.qqmath.xyarea)

export(panel.qqmath.tails) ## Deprecated as of lattice 0.18-4

export(panel.lmlineq, panel.ablineq)
export(panel.scaleArrow)

export(marginal.plot)
S3method(c, trellis)
export(xyplot.list) ## Note: not just an S3 method

export(layer, layer_, glayer, glayer_)
export(drawLayer, flattenPanel)
S3method("+", trellis)
S3method("[", layer)
S3method(print, layer)

export(as.layer)
S3method(as.layer, layer)
S3method(as.layer, trellis)
export(doubleYScale)

export(ggplot2like)
export(ggplot2like.opts)
export(axis.grid)

export(theEconomist.theme)
export(theEconomist.opts)
export(theEconomist.axis)
export(asTheEconomist)


export(panel.ellipse)


### Local variables:
### mode: R
### End: