tile_read: Single tile read

Description Usage Arguments Value Examples

View source: R/tile_read.R

Description

The function loads a single tile to R as an object of class Tile.

The function is also capable to load the toy mosaic produced by the Agilent sofware. You can do so by passing as bspfile parameter the .bsp file comprised in a mosaic folder. However, beware! the toy mosaic IS NOT the complete mosaic, it is only a reduced version of it (i.e. you will lose resolution, and you will not longer know the pixel size). Use it with care.

Usage

1
tile_read(bspfile)

Arguments

bspfile

path to the .bsp file.

Value

An S4 Object of class Tile.

Examples

1
x <- tile_read(base::system.file("extdata/tile.bsp", package = "uFTIR"))

uFTIR documentation built on Oct. 25, 2021, 9:08 a.m.