get.obj.connection {espadon}R Documentation

List of connections between objects

Description

The get.obj.connection function describes with 4 matrices the different connections between the DICOM objects of the patient.

Usage

get.obj.connection(pat)

Arguments

pat

"patient" class object, as loaded using load.patient.from.dicom, load.patient.from.Rdcm or toy.load.patient.

Value

Returns a list of 4 named matrices:

See Also

display.obj.links

Examples

# loading of toy-patient objects
patient <- toy.load.patient (dxyz = c (5, 5, 5), beam.nb = 1)
get.obj.connection (patient)
display.obj.links (patient)

[Package espadon version 1.6.0 Index]