Apply a filter to one of the elements
of a sem_graph
object, and return the modified sem_graph
. Uses
the function subset
.
filter_graph(x, subset, select, element = "edges", ...)
x | An object of class |
---|---|
subset | logical expression indicating elements or rows to keep: missing values are taken as false. |
select | Expression, indicating columns to select from a data frame. |
element | Character. The element of the |
... | Arguments passed on to |