I have x and y coordinates for a dataset. I am interested in datapoints that are located between two concentric circles (there is a circle center x_center and y_center and inner and outer radii). and I want to slide a window over that region. How can I generate a dataframe named slices_df that stores the xmin, xmax, ymin, and ymax values representing the boundaries of the slices in R.