fortify: Fortify a model with data.

View source: R/fortify.r

fortifyR Documentation

Fortify a model with data.

Description

Rather than using this function, I now recomend using the broom package, which implements a much wider range of methods. fortify may be deprecated in the future.

Usage

fortify(model, data, ...)

Arguments

model

model or other R object to convert to data frame

data

original dataset, if needed

...

other arguments passed to methods

See Also

fortify.lm


animint2 documentation built on April 3, 2025, 10:48 p.m.

Related to fortify in animint2...