get_oval_mask: Create a oval mask image

View source: R/pictplot.R

get_oval_maskR Documentation

Create a oval mask image

Description

Create a oval mask image

Usage

get_oval_mask(height, width, cy, cx, ry, rx)

Arguments

height

image height

width

image width

cy

oval center y

cx

oval center x

ry

oval radius y

rx

oval radius x

Value

an image

Examples

mask = get_oval_mask(100, 200, 50, 10, 20, 40 )
plot(mask)

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