get_all_profiles: Get All Profiles

Description Usage Arguments Value Examples

View source: R/profiles.R

Description

Generates all Force-Velocity profiles and stores them in the list and data.frame

Usage

1
get_all_profiles(profile_data)

Arguments

profile_data

Data frame returned from vj_profile function

Value

List with two elements: list of profiles and long data frame

Examples

1
2
3
fv_profile <- vj_profile(mass = 75)
all_profiles <- get_all_profiles(fv_profile)
all_profiles$data_frame

mladenjovanovic/vjsim documentation built on Aug. 7, 2020, 10:10 p.m.