This vignette explains how to use tp2 package
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This is the very detailed description of my tp2 package, similar to academic paper, as expected by R community for Vignette:
https://r-pkgs.org/vignettes.html
library(tp2)
x <- v y <- m x y
dot_product(x,y) dot_product(y,x) product_by_element(x,y)
Vignette has bigger flowers than in README.md !
Path to image should be relative to Rmd file
A better way of showing graphics in Rmd :
knitr::include_graphics("../inst/big_flowers.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.