File: grapes-same-grapes.Rd

package info (click to toggle)
r-cran-bayesfactor 0.9.12-4.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: cpp: 1,555; sh: 16; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
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/aaGenerics.R
\name{\%same\%}
\alias{\%same\%}
\title{Compare two objects to see if they are the 'same', for some loose definition
of same}
\usage{
x \%same\% y
}
\arguments{
\item{x}{first object}

\item{y}{second object}
}
\value{
Returns \code{TRUE} or \code{FALSE}
}
\description{
Compare two objects to see if they are the 'same', for some loose definition
of same
}