I want to create different kind of plots of some data frame objects. I have 25 data frame objects in my workspace but I only want the plots of 16 these.
Is there any why to create a for loop, selecting only these 16 objects?
I don't know if it helps, but the 16 objects' names starts with the word "top_", and all of them have the same number of rows and columns (all other objects have different size)
Regards,