# Create a ptable for frequency count tables and modify the intervals
ptab <- create_cnt_ptable(D = 3, V = 1.05, js = 1, label = "Example")
ptab_mod <- modify_cnt_ptable(ptab, threshold = 0.3, seed = 5432)
# Distribution Plot of the Noise
plot(ptab_mod, type = "d")
# Perturbations Panel of the Noise
plot(ptab_mod, type = "p")
# \donttest{
## Plot and Save the Transition Matrix
plot(ptab_mod, type ="t",
file = tempfile("example_tMatrix", fileext = ".pdf"))
# }
Run the code above in your browser using DataLab