This function extracts data from the ggalign
attribute retained in the data
when rendering quad_layout()
/ggheatmap()
or stack_layout()
object. The ggalign
attribute holds supplementary
information for input data.
Arguments
- x
Input data for the function used to transform the layout data.
- field
A string specifying the particular data to retrieve from the
ggalign
attribute. IfNULL
, the entireggalign
attribute will be returned. Commonly, this attribute list is attached byfortify_matrix()
orfortify_data_frame()
functions (refer to theggalign attributes
section in the documentation for details). For examples, seefortify_matrix.MAF()
.