coef.binsegRcpp function

coef binsegRcpp

coef binsegRcpp

Compute a data table of segment start/end/mean values for all models given by segments.

## S3 method for class 'binsegRcpp' coef(object, segments = 1:min(nrow(object$splits), 10), ...)

Arguments

  • object: data.table from binseg.
  • segments: integer vector, model sizes in number of segments.
  • ...: ignored.

Returns

data.table with one row for each segment.

Author(s)

Toby Dylan Hocking

  • Maintainer: Toby Dylan Hocking
  • License: GPL-3
  • Last published: 2023-09-06