Learn R Programming

retistruct (version 0.8.0)

retistruct.reconstruct: Reconstruct a retina

Description

Reconstruct a retina

Usage

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

Value

A RetinalReconstructedOutline object

Arguments

a

RetinalOutline object with tear and cut 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

shinyOutput

A Shiny output element used to render and display a plot in the application.

debug

If TRUE print extra debugging output

...

Parameters to be passed to RetinalReconstructedOutline constructor

Author

David Sterratt