Learn R Programming

retistruct (version 0.8.0)

RetinalOutline: Class containing functions and data relating to retinal outlines

Description

In addition to fields inherited from StitchedOutline, a RetinalOutline contains a dataset field, describing the system path to dataset directory and metadata specific to retinae and some formats of retinae

An retinalOutline object. This contains the following fields:

Arguments

Author

David Sterratt

Super classes

retistruct::OutlineCommon -> retistruct::Outline -> retistruct::PathOutline -> retistruct::AnnotatedOutline -> retistruct::TriangulatedOutline -> retistruct::StitchedOutline -> RetinalOutline

Public fields

DVflip

TRUE if the raw data is flipped in the dorsoventral direction

side

The side of the eye (“Left” or “Right”)

dataset

File system path to dataset directory

Methods

Inherited methods


Method new()

Constructor

Usage

RetinalOutline$new(..., dataset = NULL)

Arguments

...

Parameters to superclass constructors

dataset

File system path to dataset directory


Method clone()

The objects of this class are cloneable with this method.

Usage

RetinalOutline$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.