pp.legend | R Documentation |
Draw legend of partial plot.
pp.legend(settings, x, ...)
settings |
|
x |
position of the legend. For the detail, see
|
... |
other graphic parameters passed to |
data(iris)
model <- lm(
Petal.Length ~ (Sepal.Length + Petal.Width) * Species, data = iris
)
info <- partial.plot(model, c("Sepal.Length", "Species"), pch = 16)
partial.plot.legend(info, "topleft")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.