Re: [R] Query to find minimum value in a matrix in R

2016-09-16 Thread PIKAL Petr
Hi you can follow logic of functions by using debug and see how they operate by inspecting objects evaluated within functions. See ?debug However it seems to me that your functions are quite complicated. If I understand correctly, they compute minimum value of upper part of matrix. If I am co

Re: [R] Query to find minimum value in a matrix in R

2016-09-16 Thread S Ellison
> I am unable to understand the line in red code Colour does not survive plain text transmission; try adding comments (# ...) instead, or state which line of code you do not understand. In the mean time you could take a look, first, as ?cbind ?apply ?'[' with particular attention to the meani