Complement Computes the complement of a set with respect to another set. Syntax complement(List | Vector, List | Vector) Description complement(List | Vector, List | Vector) Given two lists or vectors and , its complement, usually denoted by , is defined as the elements in that do not belong to . Related functions Union, Intersect Table of Contents Syntax Description Related functions