Return a single voxel from a larger mrs dataset.
     
    
    get_voxel(mrs_data, x_pos = 1, y_pos = 1, z_pos = 1, dyn = 1, coil = 1)
 
     
    
    Arguments
- mrs_data
 
MRS data.
 
- x_pos
 
the x index to plot.
 
- y_pos
 
the y index to plot.
 
- z_pos
 
the z index to plot.
 
- dyn
 
the dynamic index to plot.
 
- coil
 
the coil element number to plot.