Hello,

I would like to create a 3D plot with the following data formats:

a <- 1:100

b <- 1:100

c <- matrix(, 100, 100)

i.e.

c(i,j) = f ( a(i) , b(j) )

each of the 10000 elements i,j in matrix c is a function of a(i) and
b(j). I would like to have a,b on the x and z axis and c on the y-axis. 

Does anybody have an idea how to accomplish that? Thanks in advance.

Regards

BO






#adBox3 {display:none;}



______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to