Extracts parts of a bts object.

# S3 method for class 'bts'
x[..., drop = FALSE]

Arguments

x

A bts object.

...

Elements to extract or replace.

drop

Logical. If TRUE the result is coerced to the lowest possible dimension.