operations: Operations

Description Usage Arguments Value

Description

Functions to move the pen around

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
up(lineus)

down(lineus, x = NULL, y = NULL, z = NULL, canvas = NULL)

move(lineus, x = NULL, y = NULL, z = NULL)

fly(lineus, x, y)

crawl(lineus, x, y, canvas = NULL)

draw(lineus, from, to, cur = FALSE, canvas = NULL)

Arguments

lineus

plotter (R6-Class)

x

new x coordinate to move to

y

new y coordinate to move to

z

new z coordinate to move to

canvas

Matrix with interpolated x coordinates, usually output of interpolate_z_matrix

cur

start from current position?

Value

nothing


benjaminschwetz/rlineus documentation built on Jan. 2, 2021, 8:17 a.m.