daDoctoR/man/calculate_overlap.Rd

18 lines
535 B
Plaintext
Raw Normal View History

2019-01-09 11:56:58 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/calculate_overlap.R
\name{calculate_overlap}
\alias{calculate_overlap}
\title{Calculating overlap from list of identifier numbers}
\usage{
calculate_overlap(x)
}
\arguments{
2019-11-19 09:10:42 +01:00
\item{x}{list of variables included. Has to be vectors of identifier numbers.}
2019-01-09 11:56:58 +01:00
}
\description{
2019-11-19 09:10:42 +01:00
To use with eulerr package for creating Euler/Venn-diagrams.
2019-01-09 11:56:58 +01:00
Ex for creating euler diagram using the euler() function of the eulerr package.
2019-11-19 09:10:42 +01:00
Up to five (5) dimensions.
2019-01-09 11:56:58 +01:00
}
\keyword{overlap}