When data
is an atomic vector, it'll be converted to a data frame with
following columns:
.names
: the names for the vector (only applicable if names exist).value
: the actual value of the vector.
Usage
# S3 method for class 'numeric'
fortify_data_frame(data, ...)
See also
Other fortify_data_frame methods:
fortify_data_frame.character()
,
fortify_data_frame.complex()
,
fortify_data_frame.default()
,
fortify_data_frame.logical()
,
fortify_data_frame.matrix()