File: nanRep.Rd

package info (click to toggle)
r-cran-blockmodeling 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 2,024; f90: 952; sh: 13; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nanRep.R
\encoding{UTF-8}
\name{nanRep}
\alias{nanRep}
\title{Replaces NaN values by the speficied values (0 by default)}
\usage{
nanRep(x, rep = 0)
}
\arguments{
\item{x}{A vector or similar where the NaNs are to be replaced.}

\item{rep}{A value that should replace the NaNs (0 by default).}
}
\value{
x with NaNs replaced by rep.
}
\description{
Replaces NaN values by the speficied values (0 by default)
}
\author{
\enc{Aleš Žiberna}{Ales Ziberna}
}
\keyword{manip}