Timeline for Plot 3D data in R
Current License: CC BY-SA 4.0
13 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Apr 18, 2019 at 10:46 | history | edited | zx8754 | CC BY-SA 4.0 |
edited title
|
Oct 6, 2016 at 17:01 | answer | added | Megatron | timeline score: 33 | |
Nov 9, 2015 at 2:05 | history | edited | pnuts |
edited tags
|
|
Jan 22, 2014 at 13:04 | answer | added | Timothée HENRY | timeline score: 3 | |
Mar 7, 2013 at 8:46 | vote | accept | R_User | ||
Mar 7, 2013 at 8:45 | vote | accept | R_User | ||
Mar 7, 2013 at 8:46 | |||||
Jul 17, 2011 at 16:22 | comment | added | R_User |
I modified the command a bit, to make it more general, and i added the "unique"-function, since in the original dataset there are several copies of one and the same x and y-values: image( unique(data$x), unique(data$y), matrix( data$z, length(unique(data$x)), length(unique(data$y)) ) )
|
|
Jul 17, 2011 at 12:20 | answer | added | hatmatrix | timeline score: 28 | |
Jul 17, 2011 at 10:42 | answer | added | Backlin | timeline score: 65 | |
Jul 17, 2011 at 7:23 | comment | added | mdsumner | image(data$x, data$y, matrix(data$z, 5, 5)) | |
Jul 16, 2011 at 22:26 | answer | added | Henry | timeline score: 10 | |
Jul 16, 2011 at 22:10 | history | edited | R_User | CC BY-SA 3.0 |
added 6 characters in body
|
Jul 16, 2011 at 21:59 | history | asked | R_User | CC BY-SA 3.0 |