R/plotNTA.R

# Plot the raw path followed by all particles on xy plane
plotAllPaths <- function()
{

}

# Plot the raw path followed by given particles on xy plane
plotPath <- function()
{

}

# Make a plot showing the size distribution of particles
plotSizePDF <- function()
{

}

# Make a 3D probability density plot of light intensity and particle size
plotSizeIntensity <- function()
{

}
epgui/NTA documentation built on May 16, 2019, 8:17 a.m.