Timeline for Drawing 3D plot from a matrix in r
Current License: CC BY-SA 3.0
9 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 13, 2014 at 18:02 | history | edited | Brian Diggs | CC BY-SA 3.0 |
concatenate error back together
|
May 13, 2014 at 13:08 | vote | accept | Kaja | ||
May 13, 2014 at 13:05 | comment | added | Spacedman | Read the help for persp? Why did you write what you wrote? Were you guessing? | |
May 13, 2014 at 13:04 | answer | added | Stephan Kolassa | timeline score: 1 | |
May 13, 2014 at 13:04 | comment | added | Kaja | I have updated my post, @StephanKolassa thanks, I think you have answered my question | |
May 13, 2014 at 13:02 | history | edited | Kaja | CC BY-SA 3.0 |
added 424 characters in body
|
May 13, 2014 at 13:01 | comment | added | Stephan Kolassa |
From your description, you already have a matrix (make sure it really is a matrix , not a data.frame , by using class() ). Just feed that into the z parameter of persp() : persp(z=foo)
|
|
May 13, 2014 at 12:58 | comment | added | jon | provide reproducible example (stackoverflow.com/questions/5963269/…) | |
May 13, 2014 at 12:50 | history | asked | Kaja | CC BY-SA 3.0 |