data("pt01EcoG")
## sozIndex is the index of the electrodes we assume are in the SOZ
sozIndex <- attr(pt01EcoG, "sozIndex")
## precomputed fragility object
data("pt01Frag")
## plot the fragility heatmap
plotFragHeatmap(frag = pt01Frag, sozIndex = sozIndex)
## plot the fragility quantiles
plotFragQuantile(frag = pt01Frag, sozIndex = sozIndex)
## plot the fragility distribution
plotFragDistribution(frag = pt01Frag, sozIndex = sozIndex)
Run the code above in your browser using DataLab