Learn R Programming

retistruct (version 0.8.0)

morph.dataset.to.parabola: Morph a flat dataset to a parabola for testing purposes

Description

Morph a flat dataset to a parabola for testing purposes

Usage

morph.dataset.to.parabola(
  orig.dataset = file.path(system.file(package = "retistruct"), "extdata", "smi32-csv"),
  morphed.dataset = NA,
  f = 100
)

Value

Path to morphed.dataset

Arguments

orig.dataset

Directory of original dataset

morphed.dataset

Directory to write morphed dataset to. If NA, a temporary directory will be created

f

Focus of parabola

Author

David Sterratt