Skip to contents

Wraps wb_command -surface-information to print summary information about a surface file (vertices, triangles, bounding box, spacing).

Usage

surface_information(surface_in, verbose = get_wb_verbosity())

Arguments

surface_in

Path to the input surface file.

verbose

Logical; print command output?

Value

Character vector of information lines, invisibly.

Examples

if (FALSE) { # \dontrun{
surface_information("lh.midthickness.surf.gii")
} # }