src/test.R

system("R CMD SHLIB *.f90")
try(dyn.unload("0mers_twist.so"))
dyn.load("0mers_twist.so")
observed <- matrix(rbeta(100,0.7,0.7)*100,nrow=20,ncol=5)
source("../R/model.R")
fit <- nicholsonppp(observed)

Try the nicholsonppp package in your browser

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

nicholsonppp documentation built on May 2, 2019, 5:55 p.m.