compare_vectors: Compare elements in two vectors

compare_vectorsR Documentation

Compare elements in two vectors

Description

Compare elements in two vectors

Usage

compare_vectors(vec1, vec2)

Arguments

vec1

a vector

vec2

a vector

Value

A list with three vectors. First vector contains elements in vec1 but not vec2. Second vector contains elements in vec2 but not vec1. Third vector contains elements in vec1 and vec2.


PatrickCoyle/cmisc documentation built on June 23, 2022, 3:07 p.m.