Include matrix in equation in function documentation R

I would like to type the matrix in the equation in the context of documenting the function R. Actually, it is amsmathnot accessible to the documentation on R by default, but eqnarraydoes not work, because it \deqnalready opens the corresponding mathematical environment.

So how to do it professional? Through tabularor some of these?

+5
source share

All Articles