tidy_grid is a function to convert result of 'rxtracto_3D' or 'rxtractogon' to "tidy" long-format

tidy_grid(response)

Arguments

response

data frame returned from 'rxtracto_3D'()' or 'rxtractogon()'

Value

a dataframe in long-format

Examples

MBsst_tidy <-tidy_grid(MBsst)