Skip to contents

Plot point sets for a model for a BQ model

Usage

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

Arguments

model

a compound [list] defining a model

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

invisible(NULL)