petab_combine | R Documentation |
Row-bind the relevant tables
If conflicts occur, inform user about it (e.g. different column names in experimentalCondition)
petab_combine( pe1, pe2, NFLAGconflict = c(stop = 0, use_pe1 = 1, use_pe2 = 2)[2] )
pe1, pe2 |
petabs |
NFLAGconflict |
one of c("stop" = 0, "use_pe1" = 1, "use_pe2" = 2) |
pe
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other Combine petabs:
petab_combine_experimentalCondition()
,
petab_combine_measurementData()
,
petab_combine_observables()
,
petab_combine_parameters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.