weight_goal: TDEE for weight change

Description Usage Arguments Details Examples

View source: R/goalweight.R

Description

\lifecycle

stable

Check how you should adjust your tdee when changing weight.

Usage

1
weight_goal(weight, goal, weekly_target, tdee = NULL)

Arguments

weight

weight in kg

goal

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

weekly_target

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

tdee

Total daily energy expenditure, Default: NULL

Details

DETAILS

Examples

1
2
3
4
5
6
weight_goal(
  weight = 94,
  goal = 5,
  weekly_target = 0.5,
  tdee = 2700
)

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