Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigation in lattice plot #2

Open
cbarbu opened this issue Sep 6, 2013 · 0 comments
Open

navigation in lattice plot #2

cbarbu opened this issue Sep 6, 2013 · 0 comments

Comments

@cbarbu
Copy link
Owner

cbarbu commented Sep 6, 2013

Problem as the drawGrob function is not accessible:
Error in do.call(fn, alst) : could not find function "drawGrob"

Additionally the resetting of xlim/ylim are likely messed up.

We would want the basic example to work:

require(stats)
Depth <- equal.count(quakes$depth, number=8, overlap=.1)
xyplot(lat ~ long | Depth, data = quakes)
update(trellis.last.object(),
strip = strip.custom(strip.names = TRUE, strip.levels = TRUE),
par.strip.text = list(cex = 0.75),
aspect = "iso")
zm()

I'm not going to do that any time soon but if you are interested please do and then make a pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant