R/constantsout.R

#' Gets the constants from mkin output
#'
#' This is pointless except as a part of another function
#' @export

constantsOut <- function(model){
  con <- coef(model)[4:5]
}
kuraisle/psRIIfit documentation built on May 20, 2019, 7:06 p.m.