I have 3 lists of 17 values each, x, y, and z. I want to create a 3d surface plot in R.
I found a lot of different explanations on how to do that, but somehow all speak about extrapolation, or drawing data from more data.
All I want is:
scatterplot3d(mean_reported,cent.close,effectsize)
with a surface connecting the points.
Is there an easy way doing this? Thank you.