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

xlab and ylab not transfered to levelplot in plot.mboost #51

Closed
hofnerb opened this issue Sep 16, 2016 · 0 comments
Closed

xlab and ylab not transfered to levelplot in plot.mboost #51

hofnerb opened this issue Sep 16, 2016 · 0 comments
Assignees
Labels
bug

Comments

@hofnerb
Copy link
Member

@hofnerb hofnerb commented Sep 16, 2016

Make sure that labels are correctly handed over:

x1 <- runif(250,-pi,pi)
x2 <- runif(250,-pi,pi)
y <- sin(x1) * sin(x2) + rnorm(250, sd = 0.4)
form1 <- y ~ bspatial(x1, x2, knots = list(x1 = 12, x2 = 14))
mod1 <- gamboost(form1)
plot(mod1, xlab = "easting", ylab = "northing") ## not working
@hofnerb hofnerb added the bug label Sep 16, 2016
@hofnerb hofnerb self-assigned this Sep 16, 2016
@hofnerb hofnerb closed this in 4a6b3b9 Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.