z.f.displayRgbImage: Util - function that rasters and displays an image

Description Usage Arguments Author(s)

View source: R/util.R

Description

To get (back) to the overview of all steps and functions use this link: a.a.main

Usage

1
2
z.f.displayRgbImage(image, x1 = NULL, x2 = NULL, y1 = NULL, y2 = NULL,
  interpol = F, noBorder = T)

Arguments

image

A dataframe that holds the pixel values of the image that should be rendered

x1

An optional number that describes the first x value of the part of the image that should be rendered

x2

An optional number that describes the second x value of the part of the image that should be rendered

y1

An optional number that describes the first y value of the part of the image that should be rendered

y2

An optional number that describes the second y value of the part of the image that should be rendered

interpol

A logical vector (or scalar) indicating whether to apply linear interpolation to the image when drawing

noBorder

A boolean that describes if the image should be rendered without plot-borders

Author(s)

Vitali Friesen, Tassilo Tobollik


Vitlik/DA2-17 documentation built on May 20, 2019, 11:12 a.m.