File: scatter_plot.Rd

package info (click to toggle)
r-cran-upsetr 1.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 692 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scatter_plot.R
\name{scatter_plot}
\alias{scatter_plot}
\title{Scatterplot for customplot}
\usage{
scatter_plot(mydata, x, y)
}
\arguments{
\item{mydata}{A data set containing intersection data provided internally}

\item{x}{The x aesthetic for the scatter plot}

\item{y}{The y aesthetic for the scatter plot}
}
\description{
A pre-made scatter plot that can be added to the custom.plot parameter.
}
\note{
See examples section for upset function on how to use custom.plot parameter.
}