graph.mvnorm: Plot contours for an mvnorm, with parameters submitted as a...

Description Usage Arguments

Description

Graphs contours for an mvnorm, with parameters submitted as a vector for a single 2D Gaussian. The probability has to be calculated on a grid so contours can be drawn.

Usage

1
2
graph.mvnorm(param, x, y, div = 10, add = FALSE, clr = "gray",
  lw = 0.5, pw = 2, exclude = NULL, returnit = FALSE)

Arguments

add

Logical. Whether to add elements such as points or line to an existing graph. if TRUE, there must be an appropriate existing graph, otherwise, a new graph is drawn.

clr

A string indicating colour. See argument col in graphics::par().

exclude

Allows parts to be set to zero.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.