plot_column: plot the ratio distribution per column

Description Usage Arguments Value Examples

View source: R/plots.R

Description

plot the ratio distribution per column

Usage

1
plot_column(data, sample_size = nrow(data)/100, sufix = "")

Arguments

data

data.frame object

sample_size

(default: nrow(data) / 100) size of the subsample of data to draw, to speedup the ploting proccess

sufix

(default: "") sufix to append to pdf name

Value

a ggplot2 object

Examples

1
2
3
4
## Not run: 
plot_column(fsc_data)

## End(Not run)

LBMC/criblejurkat documentation built on Sept. 13, 2020, 7:58 p.m.