inst/snippet/projections-01.R

project(c(1,0), c(1,1))
project(c(1,0), c(1,-1))
project(c(1,0), c(1,2))
project(c(1,2,3), c(1,1,1))
fractions(project(c(1,1,1), c(1,2,3)))
project(c(1,2,3), c(1,-1,0))
project(c(1,2,3,4), c(1,1,-1,-1))
project(c(1,1,-1,-1), c(1,-1,1,-1))

Try the fastR package in your browser

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

fastR documentation built on May 2, 2019, 5:53 p.m.