Skip to contents

Plot point sets for a model for a BQS model

Usage

# S3 method for class 'BQS'
plot_points(
  model,
  bwts = 1,
  qwts = 1,
  swts = 1,
  pw = 1,
  max_pt_sz = 1,
  mtl = ""
)

Arguments

model

a model defined as a compound [list]

bwts

values to scale the point size for points in b

qwts

values to scale the point size for points in q

swts

values to scale the point size for points in s

pw

power relationship for scaling point size: pw=1 is linear

max_pt_sz

set the maximum cex for points

mtl

a plot title

Value

no visible return value

invisible(NULL)