Generate directed ENA network

directed_ena(
  data,
  units,
  conversations,
  codes,
  ...,
  optimize_node_positions = TRUE,
  only_sending_centroid = FALSE,
  plotted_points = NULL,
  node_positions = NULL,
  rotation_on = "response",
  optimize_on = c("ground", "response"),
  print_plot = FALSE
)

Arguments

data

data.frame

units

TBD

conversations

TBD

codes

TBD

...

additional parameters. accumulated_data to bypass accumulation, also passed to plot

optimize_node_positions

logical

only_sending_centroid

logical

plotted_points

data.frame

node_positions

data.frame

rotation_on

TBD

optimize_on

TBD

print_plot

logical

Value

object of type ena.set.directed

Examples

data("RS.data", package = "rENA") rs_code_cols <- colnames(RS.data)[15:20] rs_set_one <- directed_ena(RS.data, units = c("Condition", "GroupName", "UserName"), conversations = c("Condition", "GroupName", "ActivityNumber"), codes = rs_code_cols, binary = TRUE, rotation_on = "response", optimize_on = "response", windowSize = 4, print_plot = FALSE )