depth.xml {forImage}R Documentation

Import image object depth (Z)

Description

The function retrieves the object depth information from image metadata as source.

Usage

## S3 method for class 'xml'
depth(x, ...)

Arguments

x

file containing metadata, if xml type: '.xml', '.tif_meta.xml'

...

other arguments.

Value

A 'data.frame' with the following information:

Examples

## Not run: 
#Path to example file from package
meta <- system.file("extdata", "foram.tif_meta.xml", package="forImage")

#retrieve z-depth data
depth.xml(meta)
## End(Not run)


[Package forImage version 0.1.0 Index]