You can do this by creating a data frame with the given data. Here's how you can do it:
```R
# Create a data frame
data <- data.frame(
Elevation = c(580, 640, 724, 716, 770, 907, 869, 908, 1015, 1003, 1005, 1111, 1067, 1133),
Richness = c(16, 13, 11, 13, 13,
Show more…