Plot connection weights for bias lines in plotnet
bias_lines(
bias_x,
bias_y,
mod_in,
nid,
rel_rsc,
all_out,
pos_col,
neg_col,
struct,
y_names,
x_range,
y_range,
layer_x,
line_stag,
max_sp
)
numeric vector x axis locations for bias lines
numeric vector y axis locations for bias lines
neural network model object
logical value indicating if neural interpretation diagram is plotted, default TRUE
numeric indicating the scaling range for the width of connection weights in a neural interpretation diagram. Default is NULL
for no rescaling.
chr string indicating names of response variables for which connections are plotted, default all
chr string indicating color of positive connection weights, default 'black'
chr string indicating color of negative connection weights, default 'grey'
numeric vector for network structure
chr string for names of output variables
numeric of x axis range for base plot
numeric of x axis range for base plot
numeric indicating locations of layers on x axis
numeric value that specifies distance of connection weights from nodes
logical indicating if space is maximized in plot