lsq_plot {neutralitytestr}R Documentation

Plot cumulative distribution lsq_plot Plots the cumulative distribution of the data as well as the best fit linear model line.

Description

Plot cumulative distribution lsq_plot Plots the cumulative distribution of the data as well as the best fit linear model line.

Usage

lsq_plot(object)

Arguments

object

neutrality test object

Value

ggplot object.

Examples

lsq_plot(neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25))

[Package neutralitytestr version 0.0.3 Index]