Plot method for gates_restricted_results objects
Source:R/compare_restricted.R
plot.gates_restricted_results.RdCreates a comparison plot showing GATES estimates with confidence intervals for both unrestricted and restricted strategies side by side.
Usage
# S3 method for class 'gates_restricted_results'
plot(x, alpha = 0.05, ...)Arguments
- x
An object of class
gates_restricted_resultsfromgates_restricted()- alpha
Significance level for confidence intervals (default 0.05)
- ...
Additional arguments (currently unused)