# NOT RUN {
A <- rbind(c(1, 0), c(0, 1))
b <- c(1, 1)
sampled_points <- dikin_walk(A = A, b = b, points = 10, x0 = list(c(0.5,0.5)))
# }
# NOT RUN {
## note that this Ax <= b is different from Ax=b that the
## user specifies for walkr (see transformation section in vignette)
dikin_walk(A = A, b = b, x0, points = 100,
r = 1thin = 1, burn = 0, chains = 1)
# }
Run the code above in your browser using DataLab