View source: R/pk_permusplinectomy.R
permuspliner.plot.permdistance | R Documentation |
Compare the permuted distances to the true distance. Requires permuspliner run with the "retain_perm" option.
permuspliner.plot.permdistance(data, xlabel = NULL)
data |
The results object from the permuspliner function |
xlabel |
Name for the x axis in the plot |
distplot <- permuspliner.plot.permdistance(results, xlabel='Time') # View the plot distplot # Save the plot as PNG file ggsave(distplot, file = 'my_plot.png', dpi=300, height=4, width=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.