plot.ben_results | R Documentation |
Plotting
## S3 method for class 'ben_results' plot( x, test_group = unique(x$test_group), blas_optimize = is_blas_optimize(x), log = "y", ... )
x |
The output from a |
test_group |
Default |
blas_optimize |
Logical. Default The default behaviour
is to compare your results with results that use the same
blas_optimize setting. To use all results, set to |
log |
By default the y axis is plotted on the log scale. To change, set the
the argument equal to the empty parameter string, |
... |
Arguments to be passed to other downstream methods. |
data(sample_results) plot(sample_results, blas_optimize = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.