eco.plotGlobal: GSA plot methods

Description Usage Arguments Author(s)

View source: R/eco.plotGlobal.R

Description

This function allows to plot results contained in eco.gsa objects. For examples, see eco.gsa

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
eco.plotGlobal(
  input,
  interactivePlot = FALSE,
  background = c("grey", "white"),
  xlabel = NULL,
  ylabel = NULL,
  title = NULL,
  legend = TRUE,
  rescaled = FALSE,
  alpha = 0.05
)

Arguments

input

eco.gsa object

interactivePlot

Show an interactive plot via plotly? (default: TRUE)

background

background color ("grey" or "white")

xlabel

Label for X axis (default: NULL)

ylabel

Label for Y axis (default: NULL)

title

Title of the plot (default: NULL)

legend

Show legends in ggplot graphs? (default: TRUE)

rescaled

rescale join-count heatmap?

alpha

significance level for the join-count heatmat

Author(s)

Leandro Roser learoser@gmail.com


EcoGenetics documentation built on July 8, 2020, 5:46 p.m.