vis_depth | R Documentation |
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.
vis_depth(output = NULL)
output |
A list containing 5 dataframes generated by optimize_m() |
A plot showing the depth of each sample at each given m value
vis_depth(output = readRDS(system.file("extdata","optimize.m.output.RDS",package="RADstackshelpR",mustWork=TRUE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.