panel.ternaryplot.response | R Documentation |
Response Panels for Ternary Plots
panel.ternaryplot.response(
x,
y,
z,
subscripts,
response,
region = TRUE,
contour = TRUE,
labels = isTRUE(contour),
fun = c("glm", "lm"),
formula = response ~ poly(x, y),
...
)
x |
Numeric vector |
y |
Numeric vector |
z |
Numeric vector |
subscripts |
See |
response |
An optional response variable |
region |
Fill density or response estimates with a color gradient. |
contour |
Draw contour lines for density and response estimates. |
labels |
Label contour lines. |
fun |
Function to apply to the response variable. |
formula |
Formula for the function. |
... |
Arguments passed on to |
Plots a layer inside a panel of a lattice
plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.