piecepackr-defunct: Defunct functions

piecepackr-defunctR 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

  1. For get_shape_grob_fn use pp_shape()$shape instead.

  2. For gridlinesGrob() use pp_shape()$gridlines() instead.

  3. For matGrob() use pp_shape()$mat() instead.

  4. For checkersGrob()() use pp_shape()$checkers() instead.

  5. For hexlinesGrob() use pp_shape()$hexlines() instead.

  6. For halmaGrob() use pp_shape("halma")$shape() instead.

  7. For kiteGrob() use pp_shape("kite")$shape() instead.

  8. For pyramidGrob() use pp_shape("pyramid")$shape() instead.

  9. For convexGrobFn(n, t) use pp_shape(paste0("convex", n), t)$shape instead.

  10. For concaveGrobFn(n, t, r) use pp_shape(paste0("concave", n), t, r)$shape instead.


trevorld/piecepack documentation built on Jan. 19, 2024, 5:41 a.m.