piecepackr-defunct {piecepackr} | R Documentation |
Defunct functions
Description
These functions are Defunct and have been removed from piecepackr.
Usage
halmaGrob(...)
kiteGrob(...)
pyramidGrob(...)
convexGrobFn(...)
concaveGrobFn(...)
gridlinesGrob(...)
matGrob(...)
checkersGrob(...)
hexlinesGrob(...)
get_shape_grob_fn(...)
Arguments
... |
Ignored |
Details
For
get_shape_grob_fn
usepp_shape()$shape
instead.For
gridlinesGrob()
usepp_shape()$gridlines()
instead.For
matGrob()
usepp_shape()$mat()
instead.For
checkersGrob()
() usepp_shape()$checkers()
instead.For
hexlinesGrob()
usepp_shape()$hexlines()
instead.For
halmaGrob()
usepp_shape("halma")$shape()
instead.For
kiteGrob()
usepp_shape("kite")$shape()
instead.For
pyramidGrob()
usepp_shape("pyramid")$shape()
instead.For
convexGrobFn(n, t)
usepp_shape(paste0("convex", n), t)$shape
instead.For
concaveGrobFn(n, t, r)
usepp_shape(paste0("concave", n), t, r)$shape
instead.
[Package piecepackr version 1.13.10 Index]