Posts by Yuri Gelsleichter • 23 points
3 posts
-
-1
votes1
answer736
viewsA: Neural networks with the package "AMORE" - R
I was able to implement neural networks with the package neuralnet following this tutorial:…
-
1
votes1
answer177
viewsQ: How to interpolate soil depth values using "Spline"? Or using the "aqp" package?
Hello, I would like to interpolate the soil depth values in the columns "top" and "bottom", (every 5 units) in the soil data, for example in the dataframe: id_num id_name horiz top bottom K Mg Ca…
rasked Yuri Gelsleichter 23 -
1
votes1
answer923
viewsQ: Data containment <- R
in the R (rstudio) I have a vector v1 <- c(543, 543, 543, 675, 675, 675, 675, 22, 22, 22, 90, 90, 87, 876, 867). I’d like to get a vector vr which represented the count of v1 (increasingly 1:n)…