Description Usage Arguments Author(s) See Also
This function displays the galaxy mass function (MF) fitted using dffit
, by calling dfplot
with appropriate parameters.
1 2 3 4 5 6 7 8 9 10 | mfplot(
survey,
xlab = expression("M [M"["sun"] * "]"),
ylab = expression(phi ~ "[Mpc"^-3 ~ "dex"^-1 ~ "]"),
log = "xy",
veff = survey$selection$veff,
xpower10 = TRUE,
show.data.histogram = TRUE,
...
)
|
survey |
List produced by |
xlab |
x-axis label |
ylab |
y-axis label |
log |
String specifying the log-axes as in |
veff |
Function of x to be plotted over the histogram, if |
xpower10 |
If |
show.data.histogram |
If |
... |
All other arguments of |
Danail Obreschkow
As an example run dfexample(1)
. See examples in dffit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.