iv.plot: Importance Value Radar Plot for Mangrove PCQM or Plot Data

Description Usage Arguments Examples

View source: R/iv.plot.R

Description

This function allows you to output a radar plot for objects created from pcqm.method() or plot.method().

Usage

1

Arguments

x

Data frame object output from the pcqm.method() or plot.method() functions.

colors

Optional list of colors to be used in the radar plot. Maximum of five species will be plotted. If listed, one color must be provided for each species. If not specified, default colors will be used (red, black, blue, orange, green).

Examples

1
2
iv.plot(data_output)
iv.plot(data_output, colors = c("black" , "gray", "goldenrod1", "lightgreen", "red"))

gshideler/mangroveStructure documentation built on Oct. 31, 2021, 4:37 a.m.