helpers {Rmst}R Documentation

Helper functions for MST Assembly and Simulation

Description

helper functions for MST assembly and simulation

mst_get_form_index maps the input form indices to the actual indices

Usage

mst_get_form_index(x, indices, method)

Arguments

x

the MST object

indices

the input form indices

method

the assembly method: topdown or bottomup

Value

mst_get_form_index returns a matrix of form index with rows being routes and columns the modules.


[Package Rmst version 0.0.3 Index]