inst/doc/walkr.R

## ---- include = FALSE----------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup---------------------------------------------------------------
library(walkr)

# very straight forward sampling

A <- matrix(1, ncol = 3)  
b <- 1    
sampled_points <- walkr(A = A, b = b, points = 10, 
                        method = "dikin", ret.format = "list") 

Try the walkr package in your browser

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

walkr documentation built on June 29, 2019, 9:02 a.m.