vis_depth: Visualize the effect of varying the m parameter on the mean...

View source: R/vis_depth.R

vis_depthR Documentation

Visualize the effect of varying the m parameter on the mean depth of each sample

Description

This function takes the list of dataframes output by optimize_m() as input. The function then uses ggplot2 to visualize the effect of m on depth.

Usage

vis_depth(output = NULL)

Arguments

output

A list containing 5 dataframes generated by optimize_m()

Value

A plot showing the depth of each sample at each given m value

Examples

vis_depth(output =
readRDS(system.file("extdata","optimize.m.output.RDS",package="RADstackshelpR",mustWork=TRUE)))

DevonDeRaad/RADstackshelpR documentation built on June 18, 2022, 4:08 p.m.