retistruct.reconstruct: Reconstruct a retina

View source: R/retistruct.R

retistruct.reconstructR Documentation

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,
  ...
)

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

Value

A RetinalReconstructedOutline object

Author(s)

David Sterratt


retistruct documentation built on April 3, 2025, 5:58 p.m.