calculate_degree_distribution

calculate_degree_distribution(object, ...)

# S4 method for class 'Network'
calculate_degree_distribution(
  object,
  regulators = NULL,
  targets = NULL,
  directed = TRUE,
  ...
)

# S4 method for class 'data.frame'
calculate_degree_distribution(
  object,
  regulators = NULL,
  targets = NULL,
  directed = TRUE,
  ...
)

Arguments

object

The input object.

...

Parameters for other methods.

regulators

regulators

targets

targets

directed

directed