mfplot: Display fitted galaxy mass function

Description Usage Arguments Author(s) See Also

View source: R/mfplot.R

Description

This function displays the galaxy mass function (MF) fitted using dffit, by calling dfplot with appropriate parameters.

Usage

 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,
  ...
)

Arguments

survey

List produced by dffit

xlab

x-axis label

ylab

y-axis label

log

String specifying the log-axes as in plot.

veff

Function of x to be plotted over the histogram, if show.data.histogram = TRUE.

xpower10

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

show.data.histogram

If TRUE, a histogram of source counts, based on the input data, is displayed in a bottom panel. Choose NA, to leave space for the histogram without drawing it.

...

All other arguments of dfplot.

Author(s)

Danail Obreschkow

See Also

As an example run dfexample(1). See examples in dffit.


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