Learn R Programming

allometric (version 2.1.0)

merge.model_tbl: Merge a model_tbl with another data frame.

Description

This merge function ensures that, when model_tbl is used in a merge that the resultant dataframe is still a model_tbl.

Usage

# S3 method for model_tbl
merge(x, y, ...)

Value

A model_tbl merged with the inputs

Arguments

x

A data frame or model_tbl

y

A data frame or model_tbl

...

Additional arguments passed to merge