createPlotlyObj: createPlotlyObj

Description Usage Arguments

Description

createPlotlyObj

Usage

1
2
3
createPlotlyObj(ofvVector, xParamVals, yParamVals, origVals,
  plotOrigVals = FALSE, paramsToCompare = c("Param1", "Param2"),
  ofvScaling = FALSE, zlab = "Z: OFV", plotTitle = "OFV Surface")

Arguments

ofvVector

Vector of OFV values for the plot.

xParamVals

Vector of X axis values.

yParamVals

Vector of Y axis values.

origVals

The original model final estimate values.

plotOrigVals

Whether or not to plot the original model final estimate as a point in the plot. Default is FALSE.

paramsToCompare

A pair of parameters to plot OFV against. All other parameters will be kept at original values

ofvScaling

If true OFVs are scaled to between zero and one. Default is FALSE.

zlab

Label for Z axis.

plotTitle

Plot title.


UppsalaHenrik/nmsurfaceplot documentation built on June 4, 2019, 2:02 a.m.