r - How to fit line in 3d space (not plane) -


how perform fit through dense regions of z <- (x,y) presented on plot attached?

enter image description here

the thing tried locfit(z~lp(x,y)) instead of line in 3d space received plane fit.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -