Posts by WJFS • 63 points
2 posts
-
1
votes1
answer79
viewsQ: Geometric figure with data in R
I have 3 points and I would like to form a triangle with them, then overlap another triangle with 3 new points and so on. I tried that, but I can’t make the triangle and the boundaries of the…
-
5
votes1
answer492
viewsQ: Operation with three-dimensional arrays
Reformulating the question, I would like to implement the following equation: Where D is a matrix of order i x k x l, lambda is a matrix k x j and pk = {1,2,3,4,5,6}. For this I need some function…