The R Project SVN R

Rev

Rev 27607 | Rev 29734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27607 Rev 28166
Line 1... Line 1...
1
# leave most of the default methods visible as people seme to call them.
1
# leave most of the default methods visible as people seme to call them.
2
export(Hershey, abline, arrows, assocplot, axTicks, axis,
2
export(Hershey, abline, arrows, assocplot, axTicks, axis, axis.Date,
3
       axis.POSIXct, barplot, barplot, barplot.default, box, boxplot,
3
       axis.POSIXct, barplot, barplot, barplot.default, box, boxplot,
4
       boxplot.default, boxplot.stats, bxp, check.options,
4
       boxplot.default, boxplot.stats, bxp, check.options,
5
       close.screen, cm.colors, co.intervals, col2rgb, colors,
5
       close.screen, cm.colors, co.intervals, col2rgb, colors,
6
       colours, contour, contour.default, contourLines, coplot, curve,
6
       colours, contour, contour.default, contourLines, coplot, curve,
7
       dev.control, dev.copy, dev.copy2eps, dev.cur, dev.interactive,
7
       dev.control, dev.copy, dev.copy2eps, dev.cur, dev.interactive,
Line 23... Line 23...
23
 
23
 
24
S3method(barplot, default)
24
S3method(barplot, default)
25
S3method(boxplot, default)
25
S3method(boxplot, default)
26
S3method(boxplot, formula)
26
S3method(boxplot, formula)
27
S3method(contour, default)
27
S3method(contour, default)
-
 
28
S3method(hist, Date)
28
S3method(hist, default)
29
S3method(hist, default)
29
S3method(hist, POSIXt)
30
S3method(hist, POSIXt)
30
S3method(identify, default)
31
S3method(identify, default)
31
S3method(image, default)
32
S3method(image, default)
32
S3method(lines, default)
33
S3method(lines, default)
Line 36... Line 37...
36
S3method(mosaicplot, formula)
37
S3method(mosaicplot, formula)
37
S3method(pairs, default)
38
S3method(pairs, default)
38
S3method(pairs, formula)
39
S3method(pairs, formula)
39
S3method(persp, default)
40
S3method(persp, default)
40
S3method(plot, data.frame)
41
S3method(plot, data.frame)
-
 
42
S3method(plot, Date)
41
S3method(plot, default)
43
S3method(plot, default)
42
S3method(plot, factor)
44
S3method(plot, factor)
43
S3method(plot, formula)
45
S3method(plot, formula)
44
S3method(plot, histogram)
46
S3method(plot, histogram)
45
S3method(plot, POSIXct)
47
S3method(plot, POSIXct)