Learn R Programming

retistruct (version 0.6.3)

retistruct.reconstruct: Reconstruct a retina

Description

Reconstruct a retina

Usage

retistruct.reconstruct(
  a,
  report = NULL,
  plot.3d = FALSE,
  dev.flat = NA,
  dev.polar = NA,
  debug = FALSE,
  ...
)

Arguments

a

RetinalOutline object with tear and correspondence annotations

report

Function to report progress. Set to FALSE for no reporting or to NULL to inherit from the argument given to retistruct.read.dataset

plot.3d

If TRUE show progress in a 3D plot

dev.flat

The ID of the device to which to plot the flat representation

dev.polar

The ID of the device to which to plot the polar representation

debug

If TRUE print extra debugging output

...

Parameters to be passed to RetinalReconstructedOutline constructor

Value

A RetinalReconstructedOutline object