# Create a sample bounding box
bbox <- c(xmin = -84, xmax = -75, ymin = 33, ymax = 37)
# Extract width, height, and aspect ratio
features <- get_bbox_features(bbox)
features
# Access individual components
features$x_range
features$y_range
features$xy_ratio
Run the code above in your browser using DataLab