This class defines the options used by the Patch object. It includes:
Details
theme: The theme to be applied, which can be eitherNULLor a ggplot2 theme object.guides: The guides for the plot, which can beNULLor a character vector.tag: Can beNULL(no tag), a single string, or aLayoutTaggerobject that provides a$tag()method to generate a tag string for each plot. TheLayoutTaggeris used specifically byalignpatches(). For individual plots, you typically call the$tag()method of theLayoutTaggerobject to return a string, which triggers the internalPatch$tag()method to add a tag.
