Learn R Programming

foodwebr (version 1.0.0)

plot.foodweb: Plot a foodweb object

Description

Calls DiagrammeR::grViz() on the graphvis_spec element of the foodweb.

Usage

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

Value

An object of class htmlwidget; the output is just that of the underlying call to DiagrammeR::grViz.

Arguments

x

A foodweb object.

...

Further arguments to be passed to DiagrammeR::grViz