318 reputation
213
bio website
location
age
visits member for 1 year, 10 months
seen yesterday
stats profile views 45

A poor scientist struggling with data analysis and visualisation.


May
16
answered Are there any example data sets for Python?
May
16
asked Are there any example data sets for Python?
May
10
accepted How can I add rows to an R data frame every other row?
May
9
comment How can I add rows to an R data frame every other row?
That's wild, I love it. Your brain works in wonderful ways.
May
9
comment How can I add rows to an R data frame every other row?
I thought I would need to use a sort of some sort in my solution, but kronecker is not what I expected... can you explain how it does what it does?
May
9
comment How can I add rows to an R data frame every other row?
rgl because first draft question was framed more towards the segments3d aspect. Final draft changed it to be more of a data frame query. Thanks for the answer.
May
9
asked How can I add rows to an R data frame every other row?
May
7
awarded  Yearling
May
7
asked How would I plot borehole traces in 3d?
Apr
25
accepted Can scipy.stats identify and mask obvious outliers?
Apr
25
comment Can scipy.stats identify and mask obvious outliers?
Thanks for adding the new info! Great examples, they've really helped me understand it.
Apr
24
awarded  Popular Question
Apr
17
accepted How can I produce some data with a specific shape?
Mar
25
awarded  Notable Question
Feb
22
accepted How can I recreate this 2d surface + contour + glyph plot in R?
Feb
22
comment How can I recreate this 2d surface + contour + glyph plot in R?
For me this answer best answers the question, even though the ones by @Dwin and Greg Snow give great advice and tips too. Would be nice to split the points, but I'll go with this one.
Feb
19
comment How can I recreate this 2d surface + contour + glyph plot in R?
Thanks, good tips! I'm still no wiser how I can interpolate my irregular data onto a regular grid though. Any tips for that?
Feb
19
comment How can I recreate this 2d surface + contour + glyph plot in R?
Thanks for the heads-up on your package @greg. I calculated the angle required for ms.arrows by arrow.angle <- atan2(x=dfluxx, y=dfluxy). The arrows so far look pretty flexible in size and shape, but it's a slow process going through the options to discover the best 'settings'.
Feb
19
comment How can I recreate this 2d surface + contour + glyph plot in R?
Sorry, completely forgot headers.
Feb
19
revised How can I recreate this 2d surface + contour + glyph plot in R?
added headers