plot_subtask_seq: Plot Subtask Analysis Results for One Sequence

Description Usage Arguments Value See Also

View source: R/subtask.R

Description

Plot Subtask Analysis Results for One Sequence

Usage

1
2
3
4
plot_subtask_seq(action_seq, entropy_seq, subtask_seq, subtasks,
  col.subtask = 1:length(subtasks), cex.action = 0.5, lty = 1,
  pch = 16, srt = -90, plot_legend = TRUE, legend_pos = "topleft",
  ...)

Arguments

action_seq

an action sequence

entropy_seq

an entropy sequence

subtask_seq

a subtask sequence

subtasks

a vector of all subtasks

col.subtask

a vector of colors for subtasks

lty

line types

pch

point characters

plot_legend

a logical value. If TRUE (default), plot the legend of subtasks.

legend_pos

a character string or the coordinates to be used to position the legend.

...

other arguments passed to legend

Value

this function does not return values

See Also

plot_subtask_seqs for plotting results for all sequences. plot.subtask for the plot method of "subtask" object.


xytangtang/ProcData documentation built on May 30, 2021, 1:21 a.m.