Learn R Programming

retistruct (version 0.6.3)

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

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

Public 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.