plotPCMcontribLoop1: Plots Loop1 contributing fraction for PCM output

View source: R/plotPCMcontribLoop1.R

plotPCMcontribLoop1R Documentation

Plots Loop1 contributing fraction for PCM output

Description

Plots Loop1 contributing fraction for PCM output

Usage

plotPCMcontribLoop1(
  PCMROPfile,
  extend = TRUE,
  normalize = TRUE,
  outfile = "",
  N = 1
)

Arguments

PCMROPfile

Required. File containing PCM output.

extend

Optional. Should curves extend to origin? Default is TRUE.

normalize

Optional. Should areas and volumes be divided by their maximum values? Default is TRUE.

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.

Value

Returns a ggplot2 object of the area vs volume. The line segments are written to a file (if specified).

Examples

## Not run: 
p <- plotPCMcontribLoop1('AreaVolumeROP_Loop1.txt')
## End(Not run)

KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.