| generate_data.EAF | R Documentation | 
This function generates a dataframe which can be easily plotted using the 'plot_eaf_data'-function
generate_data.EAF(
  dsList,
  n_sets = 11,
  subsampling = 100,
  scale_xlog = F,
  xmin = "",
  xmax = ""
)
| dsList | The DataSetList object | 
| n_sets | The number of level sets to calculate | 
| subsampling | Level of subsampling to use for runtime-values (number of runtimes to consider). Setting to 0 will make the calculations more precise at the cost of potentially much longer exectution times | 
| scale_xlog | Only has effect when 'subsampling' is True. The scaling of the subsampled runtimes When true, these are equally spaced in log-space, when false they are linearly spaced. | 
| xmin | Minimum runtime value | 
| xmax | Maximum runtime value | 
generate_data.EAF(subset(dsl, funcId == 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.