ggplotPLOT | R Documentation |
Returns a PLOT visualization as a ggplot2::ggplot object for the given visualization data.
ggplotPLOT(
dec.space,
obj.space,
sinks,
height,
colorscale.efficient = NULL,
check.data = TRUE
)
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 |
[ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.