pt_worlds_plot: A function to plot worlds that satisfy a query

Description Usage Arguments Examples

Description

A function to plot worlds that satisfy a query

Usage

1
pt_worlds_plot(which_worlds, col1 = "black", col2 = "pink")

Arguments

which_worlds

A worlds evaluation object generated by 'pt_which'.

col1

Color parameter for query = TRUE

col2

Color parameter for query = FALSE

Examples

1
2
3
4
qw <- pt_which(pt_model(),
            ops = list(c(0, NA, NA, NA, NA), c(1, NA, NA, NA, NA)),
            query = function(x) (x[[1]][5] == 1) & (x[[2]][5] == 0))
 pt_worlds_plot(qw)

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.