Description Usage Arguments Author(s) See Also
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(...)
.
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
)
|
survey |
List produced by |
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 |
Danail Obreschkow
See examples in dffit
. To display Veff(x)
of two-dimensional distribution functions use dfplotveff2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.