Skip to contents

Plot point sets for a model for a BQ model

Plot point sets for a model for a BQ model

Usage

# S3 method for class 'BQ'
plot_points(
  model,
  wts_b = 1,
  wts_q = 1,
  wts_s = 1,
  cx_b = 1,
  cx_q = 1,
  cx_s = 1,
  clr_b = "#fe5f55CC",
  clr_q = "skyblue",
  clr_s = "olivedrab2",
  pw = 1,
  mtl = ""
)

# S3 method for class 'BQ'
plot_points(
  model,
  wts_b = 1,
  wts_q = 1,
  wts_s = 1,
  cx_b = 1,
  cx_q = 1,
  cx_s = 1,
  clr_b = "#fe5f55CC",
  clr_q = "skyblue",
  clr_s = "olivedrab2",
  pw = 1,
  mtl = ""
)

Arguments

model

a compound [list] defining a model

wts_b

values to scale the point size for points in b

wts_q

values to scale the point size for points in q

wts_s

values to scale the point size for points in s

cx_b

set the maximum cex for b points

cx_q

set the maximum cex for q points

cx_s

set the maximum cex for s points

clr_b

the color for b points

clr_q

the color for q points

clr_s

the color for s points

pw

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

mtl

a plot title

Value

invisible(NULL)

invisible(NULL)