DataInfo: Returns the dataset size and the isovalue range of a given...

Description Usage Arguments Value Examples

Description

This function returns the size and isovalue range of a given dataset.

Usage

1
DataInfo(file_path)

Arguments

file_path

A string: the path to the nhdr file

Value

A vector with the dataset size and the minimum and maximum values of a given dataset.

Examples

1
2
DataInfo(system.file("extdata", "f3.nhdr", package = "tcie"))
DataInfo(system.file("extdata", "f3.nhdr", package = "tcie"))

tcie documentation built on May 2, 2019, 1:05 p.m.

Related to DataInfo in tcie...