Automatically plot (and save) list of xts objects
问题 I have a long list of xts objects and I'd like to automatically plot and save them to a folder (because it takes a v long time to do manually with >500 plots). The tricky part seems to be to apply functions to lists of xts objects. For example, getting a generalized naming method for the list elements based on its date (each xts object in the list is a unique day), and plotting each object and saving them to a file path with its own name. The data can be found in a previous post here. Each