Added basic translation of "find"
This commit is contained in:
parent
ac05f90b87
commit
42ada1d34a
3 changed files with 28 additions and 0 deletions
11
man/find.Rd
Normal file
11
man/find.Rd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
% 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)
|
||||
}
|
||||
\description{
|
||||
Emulates behavior of `find`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue