plotParamset: Plot paramsets

Description Usage Arguments Value

Description

Plot paramsets

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotParamset(this, ...)

## S3 method for class 'data.frame'
plotParamset(df, x = "sharpe.ann",
  y = "return.pos.drawdown", size = NULL, color = "trades.year",
  symbol = NULL, size_scale = 20, omitcols = c("median", "max.loose",
  "max.win", "in.pos.positive", "straight.t"))

## S3 method for class 'modelStrategy'
plotParamset(this, ...)

Arguments

this

modelStrategy

...

params

df

data.frame

x

character/expression type, axis x, default "sharpe.ann"

y

character/expression type, axis y, default "sortino.ann"

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

omitcols

character vector, names of columns that should be omitted

this

modelStrategy

...

params

Value

ggplot/xts

plot_ly object

plot_ly object


Vitalic57/stratbuilder2pub documentation built on Dec. 18, 2019, 2:56 a.m.