nm.vpcplot: Create covariate plot and data

View source: R/nm.vpcplot.r

nm.vpcplotR Documentation

Create covariate plot and data

Description

Create covariate plot and data

Usage

nm.vpcplot(
  path,
  result = "vpc_results.csv",
  tab = dir(path = path, pattern = "^vpctab")[1],
  PI.limits = c(0.025, 0.975),
  subset = NULL,
  output = FALSE,
  relabel.strata = NULL,
  subtitle = "",
  logY = FALSE,
  logX = FALSE,
  xLabel = NULL,
  yLabel = NULL,
  cex.label = 1.25,
  cex.strip.labels = 1,
  xLimits = NULL,
  yLimits = NULL,
  aspect = 1,
  scales = NULL,
  xscale.components = NULL,
  yscale.components = NULL,
  layout,
  showPredAs = "area",
  showObsDots = TRUE,
  showObsLines = TRUE,
  lineType = "l",
  central.lwd = 1.5,
  obscol.dot = gray[8],
  obscex.dot = 0.5,
  obspch.dot = 1,
  obscol.line = gray[10],
  predcol.central = red[6],
  predcol.outer = blue[7],
  predcol.area.central = red[2],
  predcol.area.outer = blue[1],
  predcol.area = blue[1]
)

Arguments

path

directory where vpc_results and vpctab files reside

result

filename of the 'vpc_results.csv" file

tab

filename of the 'vpctab' file

PI.limits

empty

subset

empty

output

empty

relabel.strata

empty

subtitle

empty

logY

empty

logX

empty

xLabel

empty

yLabel

empty

cex.label

empty

cex.strip.labels

empty

xLimits

empty

yLimits

empty

aspect

empty

scales

empty

xscale.components

empty

yscale.components

empty

layout

empty

showPredAs

empty

showObsDots

empty

showObsLines

empty

lineType

= "l",empty

central.lwd

empty

obscol.dot

empty

obscex.dot

empty

obspch.dot

empty

obscol.line

empty

predcol.central

empty

predcol.outer

empty

predcol.area.central

empty

predcol.area.outer

empty

predcol.area

empty

Value

a lattice VPC graph

Note

This function should not be used as it was marked for future deprecation. qPharmetra's default VPC plot tool is xpose.VPC


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.