plotParamset: Draws 5-D graph with axis x,y,size,color,symbol, which are...

View source: R/genericStrategy.R

plotParamset.data.frameR Documentation

Draws 5-D graph with axis x,y,size,color,symbol, which are contained in data.frame

Description

Draws 5-D graph with axis x,y,size,color,symbol, which are contained in data.frame

Plot backtests results in 5-D graph

Usage

## S3 method for class 'data.frame'
plotParamset(
  df,
  x = NULL,
  y = NULL,
  size = NULL,
  color = NULL,
  symbol = NULL,
  size_scale = 20
)

## S3 method for class 'Strategy'
plotParamset(
  this,
  x = NULL,
  y = NULL,
  size = NULL,
  color = NULL,
  symbol = NULL,
  size_scale = 20
)

Arguments

df

data.frame

x

character/expression type, axis x, default NULL

y

character/expression type, axis y, default NULL

size

character/expression type, axis size, default NULL

color

character/expression type, axis color, default NULL

symbol

character/expression type, axis symbol, default NULL

size_scale

numeric type, point size, default 20

this

Strategy

Value

plot_ly object


Vitalic57/stratbuilder3gen documentation built on March 30, 2022, 6:58 a.m.