Skip to content
Snippets Groups Projects
Commit cbef5389 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Adiciona xlab e ylab ao grafico.

parent 32a5e6de
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,8 @@ grid <- cbind(grid[rep(1:nrow(grid), each = length(y)), ],
useOuterStrips(xyplot(py ~ y | factor(lambda) + factor(alpha),
data = grid, type = "h",
xlab = expression(y),
ylab = expression(p(y)),
panel = function(x, y, ...) {
m <- sum(x * y)
panel.xyplot(x, y, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment