# NOT RUN {
g <- prisma(9, 8, 7, 6, 5, 4, 3, 2, 1)
prisma_pdf(g, "test.pdf")
knitr::include_graphics("test.pdf")
# }
# NOT RUN {
g_dot <- prisma_graph(9, 8, 7, 6, 1, 5, 1, 4, 1)
prisma_export(g_dot, "test.png", rsvg_fun = rsvg::rsvg_png)
# }
Run the code above in your browser using DataLab