SCM Repository
[latticeextra] Diff of /pkg/R/panel.xyarea.R
Diff of /pkg/R/panel.xyarea.R
Parent Directory
|
Revision Log
|
Patch
83 |
panel.xyarea(as.vector(time(x)), y, ...) |
panel.xyarea(as.vector(time(x)), y, ...) |
84 |
} |
} |
85 |
|
|
86 |
panel.xyarea.zoo <- |
panel.xyarea.zoo <- function(x, y = x, ...) |
|
function(x, y = x, ...) |
|
87 |
{ |
{ |
88 |
panel.xyarea(index(x), coredata(y), ...) |
panel.xyarea(zoo::index(x), zoo::coredata(y), ...) |
89 |
} |
} |
90 |
|
|
91 |
## A slightly modified copy of panel.qqmath |
## A slightly modified copy of panel.qqmath |
|
Legend:
Removed from v.193 |
|
changed lines |
|
Added in v.194 |
|
|