Plots all annotated ISF relations between SOIs. NOTE: you have to first run removeISF with the parameter justAnnotate set to TRUE, otherwise the ISF SOIs are removed from the SOI list.

plotISF(struct, id)

Arguments

struct

An RHermesExp object

id

Number of the SOI list to plot

Value

A visNetwork plot

See also

Other Plots: plotCoverage(), plotIL(), plotPL()

Author

Roger Gine

Examples

if(FALSE){ plotISF(struct, 1) }