piecepackr-defunct | R Documentation |
These functions are Defunct and have been removed from piecepackr.
halmaGrob(...)
kiteGrob(...)
pyramidGrob(...)
convexGrobFn(...)
concaveGrobFn(...)
gridlinesGrob(...)
matGrob(...)
checkersGrob(...)
hexlinesGrob(...)
get_shape_grob_fn(...)
... |
Ignored |
For get_shape_grob_fn
use pp_shape()$shape
instead.
For gridlinesGrob()
use pp_shape()$gridlines()
instead.
For matGrob()
use pp_shape()$mat()
instead.
For checkersGrob()
() use pp_shape()$checkers()
instead.
For hexlinesGrob()
use pp_shape()$hexlines()
instead.
For halmaGrob()
use pp_shape("halma")$shape()
instead.
For kiteGrob()
use pp_shape("kite")$shape()
instead.
For pyramidGrob()
use pp_shape("pyramid")$shape()
instead.
For convexGrobFn(n, t)
use pp_shape(paste0("convex", n), t)$shape
instead.
For concaveGrobFn(n, t, r)
use pp_shape(paste0("concave", n), t, r)$shape
instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.