check_weight_goal: Calculate if your goal is realistic

Description Usage Arguments Details Value Examples

View source: R/goalweight.R

Description

\lifecycle

stable

FUNCTION_DESCRIPTION

Usage

1
check_weight_goal(weight, sex, bfp, goal)

Arguments

weight

weight in kg

sex

one of male or female.

bfp

body weight percentage (1-100)

goal

your weight goal in kg, as positive (gain weight) or negative (lose weight) integer

Details

www.bmi-calculator.net/body-fat-calculator/body-fat-chart.php

Value

Text output by message()

Examples

1
2
3
4
5
6
check_weight_goal(
  weight = 60,
  sex = "male",
  bfp = 12.5,
  goal = -1
)

MarijnJABoer/befitteR documentation built on April 24, 2020, 5:43 a.m.