generate_fibers: Generate muscle fibers for a motor unit

View source: R/setup_muscles.r

generate_fibersR Documentation

Generate muscle fibers for a motor unit

Description

Take a muscle and a MU configuration and return a list of associated muscle fibers for that MU.

Usage

generate_fibers(muscle, MU)

Arguments

muscle

A muscle object.

MU

A MU object.

Details

Initializes the geometry by calling muscle$rel_fiber_distributor(MU) (which should be defined in the config file) and then calculates all other fiber properties from the MU's properties and the geometrical position of the fiber.

Value

A list of muscle fiber objects generated by applying the definitions given in the muscle and MU arguments.


ime-luebeck/semgsim documentation built on April 14, 2022, 11:02 p.m.