Learn R Programming

FBMS (version 1.3)

plot.bgnlm_model: Plot BGNLM Model

Description

Plots the coefficients of a BGNLM model.

Usage

# S3 method for bgnlm_model
plot(x, ...)

Value

The input object (invisibly).

Arguments

x

Object of class "bgnlm_model".

...

Additional arguments passed to barplot.

Examples

Run this code
data(exoplanet)
model <- get.best.model(fbms(semimajoraxis ~ ., data = exoplanet, family = "gaussian"))
plot(model)

Run the code above in your browser using DataLab