dfplotveff: Plot effective volume

Description Usage Arguments Author(s) See Also

View source: R/dfplotveff.R

Description

This routine plots the effective survey volume function Veff(x) assumed when fitting a one-dimensional generative distribution function (GDF), such as a galaxy mass function. 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
7
8
9
dfplotveff(
  survey,
  xlim = NULL,
  ylim = NULL,
  xlab = "Mass M",
  ylab = expression("Effective volume"),
  legend = TRUE,
  xpower10 = TRUE
)

Arguments

survey

List produced by dffit

xlim

2-element vector with x-axis plotting limits

ylim

2-element vector with y-axis plotting limits

xlab

Label on x-axis (logarithmic mass or luminosity scale).

ylab

Label on y-axis (volume scale).

legend

Logical flag determining whether the legend will be plotted.

xpower10

If TRUE, the model argument x is elevated to the power of 10 in the plots.

Author(s)

Danail Obreschkow

See Also

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


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