svgCubicTo: SVG Path Quadratic Curve

View source: R/svg.R

svgCubicToR Documentation

SVG Path Quadratic Curve

Description

SVG Path Quadratic Curve

Usage

svgCubicTo(x1, y1, x2, y2, x, y, digits = 2)

Arguments

x1, y1, x2, y2

coordinates of control points

x, y

coordinates of main point

digits

number of digits to round to

Value

string with Q path component


webmorphR documentation built on June 2, 2022, 5:07 p.m.