ourMELONS/man/find.Rd
2020-03-18 15:02:38 +01:00

14 lines
287 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/find.R
\name{find}
\alias{find}
\title{Find indices and values of nonzero elements}
\usage{
find(x)
}
\arguments{
\item{x}{object or logic operation on an object}
}
\description{
Emulates behavior of `find`
}