dfplotveff2: Plot effective volume in 2D

Description Usage Arguments Author(s) See Also

View source: R/dfplotveff2.R

Description

This routine plots the effective survey volume function Veff(x) assumed when fitting a two-dimensional generative distribution function (GDF). Note that this function Veff(x) is stored as survey$selection$veff when fitting a GDF using survey=dffit(...).

Usage

1
2
3
4
5
6
dfplotveff2(
  survey,
  xlab = "Observable x1",
  ylab = "Observable x2",
  zlab = "Veff"
)

Arguments

survey

List produced by dffit

xlab

Label on x-axis, associated with the first observable (x[1,]) in the 2D data (survey$data$x).

ylab

Label on y-axis, associated with the first observable (x[2,]) in the 2D data (survey$data$x).

zlab

Label on z-axis, displaying the GDF as a function of x and y.

Author(s)

Danail Obreschkow

See Also

See examples in dffit. To display Veff(x) of one-dimensional distribution functions use dfplotveff.


obreschkow/dftools documentation built on June 25, 2021, 10:45 p.m.