R/colrow.value.R

Defines functions colrow.value

Documented in colrow.value

#[export]
colrow.value <- function(x,value=0) {
	.Call(Rfast_col_row_value,x,value)
}

Try the Rfast package in your browser

Any scripts or data that you put into this service are public.

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.