Learn R Programming

tcie (version 0.3)

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

Description

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

Usage

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

Run this code
# NOT RUN {
DataInfo(system.file("extdata", "f3.nhdr", package = "tcie"))
DataInfo(system.file("extdata", "f3.nhdr", package = "tcie"))
# }

Run the code above in your browser using DataLab