tableFit: tableFit

View source: R/fraping.R

tableFitR Documentation

tableFit

Description

Generate a table of fitted values based on a given Fit object.

Usage

tableFit(fit, index = NA, timelim = NULL, npoints = 100, displacement = F)

Arguments

fit

A Fit object obtained from the newFit function.

index

Indices of the fits to include in the table. Default is NA (all fits).

timelim

Time limits for the table. Default is NULL (uses full time range).

npoints

Number of points in the table. Default is 100.

displacement

Boolean indicating whether to include time displacement. Default is FALSE.

Value

A table of fitted values.

Examples

# Generate a table of fitted values for all fits in the Fit object
table_all <- tableFit(fit)

# Generate a table of fitted values for specific fits in the Fit object
table_subset <- tableFit(fit, index = c(1, 3, 5))


artitzco/fraping documentation built on June 1, 2024, 10:08 a.m.