View source: R/plotPCMcontribLoop1.R
plotPCMcontribLoop1 | R Documentation |
Plots Loop1 contributing fraction for PCM output
plotPCMcontribLoop1( PCMROPfile, extend = TRUE, normalize = TRUE, outfile = "", N = 1 )
PCMROPfile |
Required. File containing PCM output. |
extend |
Optional. Should curves extend to origin? Default is |
normalize |
Optional. Should areas and volumes be divided by their maximum values? Default is |
outfile |
Optional. File name for output of line segments. If not specified (the default), the data are not ouput. |
N |
Optional. Plot arrows every Nth point. Default is 1. |
Returns a ggplot2 object of the area vs volume. The line segments are written to a file (if specified).
## Not run: p <- plotPCMcontribLoop1('AreaVolumeROP_Loop1.txt') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.