plot_bivariate: Plot bivariate data

Description Usage Arguments Value

View source: R/plotting.R

Description

Plot data retrieved using get_bivariate

Usage

1
2
3
plot_bivariate(plot_data, log_1 = FALSE, log_2 = FALSE,
  method_highlight = NULL, flagged_results = NULL, range_1 = NULL,
  range_2 = NULL, alpha = 1)

Arguments

plot_data

bivariate data from get_bivariate()

log_1, log_2

logicals indicating whether to use a log scale for parameter 1 and parameter 2, respectively

method_highlight

a method to be highlighted - points analyzed with this method will appear in red instead of black

flagged_results

a vector of flagged results - could be obtained using the find_flagged() function. These results will be plotted with an x symbol rather than a filled circle

range_1, range_2

numeric vectors specifiying the range for values in parameter 1 and parameter 2, respectively. The minimum should be given first, followed by the maximum.

alpha

number between 0 and 1 representing the opacity of the points 0 is fully transparent, and 1 is fully opaque

Value

a ggplot2 plot


PatrickEslick/CyAN documentation built on Oct. 2, 2019, 5:50 p.m.