closed-figures"

knitr::opts_chunk$set(
  collapse = TRUE,
  echo = FALSE, 
  comment = "#>"
)
library(matRiks)

This vignette illustrates all the closed simple figures available in the matRiks package.

::::{style="display: flex;"}

:::{}

draw(circle(), main = "circle()")
draw(ellipse(), main = "ellipse()")
draw(triangle(), main = "triangle()")

:::

:::{}

draw(square(), main = "square()")
draw(luck(), main = "luck()")

:::

:::{}

draw(pentagon(), main = "pentagon()")
draw(hexagon(), main = "hexagon()")

::: ::::



Try the matRiks package in your browser

Any scripts or data that you put into this service are public.

matRiks documentation built on May 29, 2024, 5:56 a.m.