
MRIaggr
object.
"selectTable"(object, type, size = FALSE)
MRIaggr
. REQUIRED."lesion"
, "reperfusion"
or "hypoperfusion"
. REQUIRED.FALSE
) or a volume (TRUE
).calcTableHypoReperf
to compute and allocate the hypoperfusion and reperfusion tables.
calcTableLesion
to compute and allocate the lesion table.
allocTable<-
to allocate data in the table slots.
## load a MRIaggr object
data("MRIaggr.Pat1_red", package = "MRIaggr")
## selection
res <- selectTable(MRIaggr.Pat1_red, type = "lesion")
res <- selectTable(MRIaggr.Pat1_red, type = "reperfusion")
res <- selectTable(MRIaggr.Pat1_red, type = "hypoperfusion")
Run the code above in your browser using DataLab