plot_ppc_combi {cvasi}R Documentation

Create PPC plot for one or more datasets

Description

The function expects a data.frame with four mandatory and one optional column. The mandatory columns are as follows:

Usage

plot_ppc_combi(table, xy_lim = NULL)

Arguments

table

data.frame containing return values of calls to plot_ppc()

xy_lim

optional numeric, limits of x and y axis for plotting

Value

a ggplot2 plot object


[Package cvasi version 1.1.3 Index]