smart_pairs: A function that removes rows before displaying pairwise...

Description Usage Arguments Examples

View source: R/mcmc_funcs.R

Description

If pairs is choking on too much data, this function will remove rows, and then call it. It will also plot two different colors; one color will be given to the first half of all the samples, and the other color will be given to the second half of all the samples.

Usage

1
smart_pairs(df, every)

Arguments

df

a data frame of samples

every

take every "every"rd row

Examples

1
smart_pairs(fake_df, 100)

tbrown122387/mmcmc documentation built on Dec. 31, 2019, 12:34 p.m.