bias_points: Plot bias points

Description Usage Arguments

View source: R/NeuralNetTools_utils.R

Description

Plot bias points in plotnet

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
bias_points(
  bias_x,
  bias_y,
  layer_name,
  node_labs,
  x_range,
  y_range,
  circle_cex,
  cex_val,
  bord_col,
  circle_col
)

Arguments

bias_x

numeric vector of values for x locations

bias_y

numeric vector for y location

layer_name

string indicating text to put in node

node_labs

logical indicating of node labels are included

x_range

numeric of x axis range for base plot

y_range

numeric of y axis range for base plot

circle_cex

numeric value indicating size of nodes, default 5

cex_val

numeric value indicating size of text labels, default 1

bord_col

chr string indicating border color around nodes, default 'lightblue'

circle_col

chr string indicating color of nodes


NeuralNetTools documentation built on Jan. 6, 2022, 5:06 p.m.