readTIFF2: A readTIFF2 Function

Description Usage Arguments Examples

View source: R/readTIFF2.R

Description

This function allows you to load a TIFF file.

Usage

1
2
readTIFF2(filename, start = 1, end = 0, crop = c(0, 0, 0, 0),
  frames = NULL, getFrames = F, intensity = F)

Arguments

start

An integer of the start frame. Default = 1.

end

An integer of the end frame. Default = 0 (last frame of the file).

crop

Not implemented yet.

frames

A vector specifying which frames to be loaded.

getFrames

Return number of frames. Default = False.

intensity

Whether or not return mean intensity of each frame. Default = False.

filepath

A caracter string of the path to the file. Required.

Examples

1

tkatsuki/dipr documentation built on April 19, 2021, 7:18 p.m.