
relation_incidence(x)
relation
.relation_incidence
whose elements indicate whether
the corresponding $k$-tuples are contained in the relation or not.relation
;
relation_incidence<-
for modifying the incidences.R <- as.relation(c(A = 1, B = 2, C = 3))
relation_incidence(R)
Run the code above in your browser using DataLab