R/signA.R

Defines functions signA

signA <-
function(A,i){
for(j in 1:ncol(A))
A[i,j]<-(-1)*A[i,j]
return(A)}

Try the intpoint package in your browser

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

intpoint documentation built on May 29, 2017, 8:59 p.m.