R/vertical-constructor.R

Defines functions new_STMr_vertical

new_STMr_vertical <- function(index, step, set, set_id, reps, adjustment, perc_1RM) {
  scheme <- data.frame(
    index = index,
    step = step,
    set = set,
    set_id = set_id,
    reps = reps
  )

  class(scheme) <- c("STMr_vertical", class(scheme))

  scheme
}

Try the STMr package in your browser

Any scripts or data that you put into this service are public.

STMr documentation built on Nov. 2, 2023, 5:20 p.m.