pmaxRcpp: pmax() in Rcpp

View source: R/RcppExports.R

pmaxRcppR Documentation

pmax() in Rcpp

Description

Compute the pointwise max for two vectors of equal length

Usage

pmaxRcpp(v1, v2)

Arguments

v1

m x 1 vector

v2

m x 1 vector

Value

vm m x 1 vector of pointwise maxima

Note

This function uses Rcpp for computational efficiency.


countSTAR documentation built on July 9, 2023, 5:12 p.m.