2020-03-18 10:30:37 +01:00
|
|
|
% 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{
|
2021-03-31 10:39:15 +02:00
|
|
|
find(x, sort = TRUE)
|
2020-03-18 10:30:37 +01:00
|
|
|
}
|
2020-03-18 15:02:38 +01:00
|
|
|
\arguments{
|
|
|
|
|
\item{x}{object or logic operation on an object}
|
2021-03-31 10:39:15 +02:00
|
|
|
|
|
|
|
|
\item{sort}{sort output?}
|
2020-03-18 15:02:38 +01:00
|
|
|
}
|
2020-03-18 10:30:37 +01:00
|
|
|
\description{
|
|
|
|
|
Emulates behavior of `find`
|
|
|
|
|
}
|