makeNetworkMatrices {microPop}R Documentation

makeNetworkMatrices

Description

make links and nodes matrices for use in network plotting software

Usage

makeNetworkMatrices(
  chosen.time,
  out,
  convertToMoles = TRUE,
  sumOverStrains = TRUE
)

Arguments

chosen.time

the time you want to plot

out

the output from microPopModel()

convertToMoles

Logical. Default is TRUE

sumOverStrains

Logical. Default is TRUE


[Package microPop version 1.6 Index]