nl_show_step | R Documentation |
Plot observations for each simulation step
nl_show_step(result, x = "step_id", y, color = "run_id", x_param = ".", y_param = ".", title = NULL, data_filter = NULL, alpha = 1)
result
|
NetLogo experiment result object |
x
|
"step_id" or measure name (as string) to choose for x axis |
y
|
measure name as string to plot on y axis |
color
|
by default it is based on "run_id" (simulation repetition).
Change to |
x_param
|
which parameter to use for faceting horizontally |
y_param
|
which parameter to use for faceting vertically |
title
|
plot title |
data_filter
|
optional subset expression (not quoted) using
parameters, |
alpha
|
lines opacity |
To get only data and create custom plots see nl_get_result