R/init.fit.R

setClass("fit", representation(
  resultlist = "list",
  nlsres = "list", rss = "numeric"
), prototype = list(
  resultlist = list(),
  nlsres = list(),
  rss = 0
))
glotaran/TIMP documentation built on Feb. 11, 2023, 4:11 a.m.