estimateSOZ | R Documentation |
The function estimates the seizure onset zone (SOZ). For each row, it calculates the maximum, minimum, or mean of row. The rows with the highest values are considered as the SOZ.
estimateSOZ(x, method = c("mean", "max", "min"), proportion = 0.1, ...)
x |
Fragility object |
method |
Character. The method to use to find the onset zone. Must be one of 'max', 'min', or "mean" |
proportion |
Numeric. The proportion of electrodes to consider as the onset zone. The electrode number will be rounded to the nearest integer. |
... |
Additional arguments |
A vector of electrode names, or indices if the electrode names are NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.