View source: R/setup_muscles.r
generate_fibers | R Documentation |
Take a muscle and a MU configuration and return a list of associated muscle fibers for that MU.
generate_fibers(muscle, MU)
muscle |
A muscle object. |
MU |
A MU object. |
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.
A list of muscle fiber objects generated by applying the definitions given in the muscle and MU arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.