quantixed / TrackMateR

Analysis of TrackMate XML outputs in R
https://quantixed.github.io/TrackMateR/
Other
12 stars 1 forks source link

Control over parameters used in reportDataset() #7

Closed quantixed closed 1 year ago

quantixed commented 1 year ago

Is it possible to change the defaults for reportDataset(tmObj) such as the radius for the track density?

There is not an easy way to do this currently. It is possible to make all of the individual plots that reportDataset() makes and adjust the parameters by hand, but there isn't a way to tweak it. I agree this would be handy so I will try to add it soon.

Originally posted by @quantixed in https://github.com/quantixed/TrackMateR/issues/6#issuecomment-1340155625