SCM Repository
[latticeextra] Diff of /pkg/R/rootogram.R
Diff of /pkg/R/rootogram.R
Parent Directory
|
Revision Log
|
Patch
39 |
transformation = sqrt, |
transformation = sqrt, |
40 |
hang = TRUE, |
hang = TRUE, |
41 |
probability = TRUE, |
probability = TRUE, |
42 |
|
type = "l", pch = 16, |
43 |
...) |
...) |
44 |
{ |
{ |
45 |
plot.line <- trellis.par.get("plot.line") |
plot.line <- trellis.par.get("plot.line") |
67 |
lwd = lwd, |
lwd = lwd, |
68 |
alpha = alpha, |
alpha = alpha, |
69 |
...) |
...) |
70 |
panel.lines(xx, dd) |
if ("l" %in% type) panel.lines(xx, dd) |
71 |
|
if ("p" %in% type) panel.points(xx, dd, pch = pch) |
72 |
} |
} |
73 |
|
|
74 |
|
|
|
Legend:
Removed from v.188 |
|
changed lines |
|
Added in v.189 |
|
|