View source: R/bivariateNormal.R
bivariateNormal | R Documentation |
Plot the bivariate normal density using wireframe for specified rho. There is a shiny app that allows this to be done dynamically.
bivariateNormal(rho = 0, layout = c(3, 3), lwd = 0.2,
angle = c(22.5, 67.5, 112.5, 337.5, 157.5, 292.5, 247.5, 202.5),
col.regions = trellis.par.get("regions")$col, ...)
rho |
Correlation between $x$ and $y$. |
layout , lwd |
Standard lattice arguments. |
angle |
This is used as the |
col.regions , ... |
See |
The default setting shows the view as seen from a series of eight angles. To see just a single view, see the example.
"trellis"
object.
Based on the galaxy
example on pages 204–205 in
S & S-PLUS Trellis Graphics User's Manual,
Richard A. Becker and William S. Cleveland (1996),
https://www.stat.auckland.ac.nz/~ihaka/courses/120/trellis.user.pdf
Richard M. Heiberger (rmh@temple.edu)
bv8 <- bivariateNormal(.7) ## all views on one page
bv8
update(bv8[3], layout=c(1,1)) ## one panel
## Not run:
if (interactive())
shiny::runApp(file.path(system.file(package="HH"), "shiny/bivariateNormal")) ## 3D
if (interactive())
shiny::runApp(system.file("shiny/bivariateNormalScatterplot", package="HH")) ## scatterplot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.