Skip to contents

depict method applied to ScorzProfile

Usage

# S4 method for ScorzProfile
depict(
  x,
  heights_int = NA_integer_,
  plot_rows_cols_pair_int = NA_integer_,
  tfmn_1L_chr = "title",
  type_1L_chr = "item_by_time",
  y_label_1L_chr = "",
  var_idcs_int = NA_integer_,
  ...
)

Arguments

x

An object of class ScorzProfile

heights_int

Heights (an integer vector), Default: NA

plot_rows_cols_pair_int

Plot rows columns pair (an integer vector), Default: NA

tfmn_1L_chr

Transformation (a character vector of length one), Default: 'title'

type_1L_chr

Type (a character vector of length one), Default: 'item_by_time'

y_label_1L_chr

Y label (a character vector of length one), Default: ''

var_idcs_int

Variable idcs (an integer vector), Default: NA

...

Additional arguments

Value

Plot (an output object of multiple potential types)