get_layer_setting function

[INTERNAL] Get layer (and group) settings

[INTERNAL] Get layer (and group) settings

Returns specified setting for a specific network layer (and group).

get_layer_setting(layer, group, settings, setting_name)

Arguments

  • layer: [list] A network layer created by make_layer
  • group: [string] A network group
  • settings: [list] Named list of settings created by drdimont_settings
  • setting_name: [string] String indicating the setting to return.

Returns

Setting value(s) for this layer (and group)

  • Maintainer: Katharina Baum
  • License: MIT + file LICENSE
  • Last published: 2022-09-23

Useful links