obrl-soil / mpspline2

A revamped mass-preserving spline function for soils data
6 stars 2 forks source link

consider including resampled depths in output #2

Closed dylanbeaudette closed 2 years ago

dylanbeaudette commented 5 years ago

Embedding d into the new style output object would be very helpful.

obrl-soil commented 5 years ago

I think I can do this, but how are you using d? As labels, or some other way?

d is length(est_dcm) + 1, so I can drop the 0, or I can morph it into a char vector like c("0-5", "5-15"...)

obrl-soil commented 5 years ago

Ok so I added some names attributes in https://github.com/obrl-soil/mpspline2/commit/0ef5142951b745fc40837c59d8c4680c0e890169, let me know if that does what you need. They look cool, but the object size gets bigger.

dylanbeaudette commented 2 years ago

My how time passes... Thanks!