getImageConf: Get the imageHTS configuration

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/imageHTS.R

Description

Get the imageHTS configuration from an imageHTS object.

Usage

1

Arguments

x

An imageHTS object.

Details

See the documentation of parseImageConf for details.

Value

A list containing the imageHTS configuration attributes.

Author(s)

Gregoire Pau, gregoire.pau@embl.de, 2010

See Also

parseImageConf

Examples

1
2
3
4
local = tempdir()
server = system.file('submorph', package='imageHTS')
x = parseImageConf('conf/imageconf.txt', localPath=local, serverURL=server)
getImageConf(x)

imageHTS documentation built on Nov. 8, 2020, 8:29 p.m.