> wide <- data.frame(Species = c("Oak", "Elm", "Ash"), DBH = c(12, 20, 13), Height = c(56, 85, 55)) > wide Species DBH Height 1 Oak 12 56 2 Elm 20 85 3 Ash 13 55