## Find the angle between the tracks with ids 1 and 3
angleCells( TCells, c("1","3") )
## Find the angles of several cell pairs at once
pairs <- data.frame( cell1 = c("1","1"), cell2 = c( "3","4" ) )
angleCells( TCells, pairs )
Run the code above in your browser using DataLab