| multi.BSP | R Documentation | 
multi.BSP takes as 2 separate input data equal to the first element of 
the output from BSP reduced to a unique parameter and a unique locus 
and generates a figure where two BSP are concurrently plotted.
multi.BSP(
  data1 = NULL,
  data2 = NULL,
  col1 = "black",
  col2 = "red",
  y.title = "",
  dir.out = NULL,
  save2disk = TRUE
)
data1, data2 | 
 The data generated by   | 
col1, col2 | 
 The colour to be used for the BSPs  | 
y.title | 
 The title for the y-axis (default="")  | 
dir.out | 
 The local path to store the results. If NULL (default) then
  | 
save2disk | 
 Whether to save results to disk (default: TRUE)  | 
A list with the combined data (as data.table) and a BSP.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.