contour_tracing {graphics2D} R Documentation

Measure object outline via run contour tracing algorithm.

Description

Usage

contour_tracing(x, y,
    fill.dots = 1,
    smooth = -1,
    resolution = 10,
    cubic = FALSE,
    q = 0.1);

Arguments

x

-

y

-

fill.dots

[as integer]

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type GeneralPath.

clr value class

Examples


[Package graphics2D version 1.0.0.0 Index]