add_group_component.Rd 594 B

12345678910111213141516171819202122232425
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{add_group_component}
  4. \alias{add_group_component}
  5. \title{Adds a component with given name that contains all of the components
  6. in group.}
  7. \usage{
  8. add_group_component(components, name, group)
  9. }
  10. \arguments{
  11. \item{components}{Dataframe with components.}
  12. \item{name}{Name of new group component.}
  13. \item{group}{List of components that form the group.}
  14. }
  15. \value{
  16. Dataframe with components.
  17. }
  18. \description{
  19. Adds a component with given name that contains all of the components
  20. in group.
  21. }
  22. \keyword{internal}