plotBasicNetwork: Simple plotBasicNetwork function.

Description Usage Arguments Value Author(s) Examples

Description

takes an object output from renderSurfaceFunction and a list of centroids and plots the centroid network over the rendering object

Usage

1
plotBasicNetwork( centroids = centroids, brain )

Arguments

centroids

input matrix of size number of 3D points ( in rows ) by 3 ( in columns )

brain

input rendering object which is output of renderSurfaceFunction or a function derived from renderSurfaceFunction

Value

None

Author(s)

Avants BB and Duda JT

Examples

1
2
3
4
5
## Not run: 
brain<-renderSurfaceFunction( surfimg =list( mymni[[1]] ) , alphasurf=0.1 , smoothsval = 1.5  )
plotBasicNetwork( centroids = centroids, brain )

## End(Not run)

stnava/itkImageR documentation built on May 30, 2019, 7:21 p.m.