im_get: Image cropping

View source: R/pictplot.R

im_getR Documentation

Image cropping

Description

Image cropping

Usage

im_get(im, y1, x1, y2, x2)

Arguments

im

an image

y1

y coordinate of top-left corner

x1

x coordinate of top-left corner

y2

y coordinate of bottom-right corner

x2

x coordinate of bottom-right corner

Value

an image

Examples

plot(im_get(regatta, 1, 1, 100, 100))

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.