Learn R Programming

imageHTS (version 1.22.0)

getImageConf: Get the imageHTS configuration

Description

Get the imageHTS configuration from an imageHTS object.

Usage

getImageConf(x)

Arguments

x
An imageHTS object.

Value

A list containing the imageHTS configuration attributes.

Details

See the documentation of parseImageConf for details.

See Also

parseImageConf

Examples

Run this code
local = tempdir()
server = system.file('submorph', package='imageHTS')
x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server)
getImageConf(x)

Run the code above in your browser using DataLab