ggplotPLOT: Create a PLOT Visualization

View source: R/ggplotPLOT.R

ggplotPLOTR Documentation

Create a PLOT Visualization

Description

Returns a PLOT visualization as a ggplot2::ggplot object for the given visualization data.

Usage

ggplotPLOT(
  dec.space,
  obj.space,
  sinks,
  height,
  colorscale.efficient = NULL,
  check.data = TRUE
)

Arguments

dec.space

Numeric base::matrix that defines the evaluated points in decision space. One column per dimension.

obj.space

Numeric base::matrix that defines the evaluated points in objective space. One column per objective.

sinks

Integer base::vector of (row) indices that identify the locally efficient points.

height

Numeric base::vector that assigns a height value to each evaluated point.

check.data

[logical]
Should sanity checks be performed? The default is TRUE. Note that the checks should only be turned off (e.g., for a slight speed up), if you are sure that you provide the input data in the correct format.


kerschke/moPLOT documentation built on Aug. 23, 2023, 7:37 p.m.