BARs related to analysis of non-image numerical data.
###Create Boxplot Displays a box-and-whisker plot from data in the ImageJ Results table using the JFreeChart library, bundled with Fiji. Data can be split into groups and plot can be exported as vector graphics (publication-quality). It exemplifies how to use the BAR API (namely PlotUtils) to script JFreeChart. (Download .bsh)
See also Clipboard to Results, Plot Results, JFreeChart API
###Distribution Plotter Plots relative and cumulative frequencies on a double Y-axis graph of a measured parameter. Detailed functionality: 1) Retrieves relative and cumulative frequencies; 2) Fits a Normal distribution to histogram of relative frequencies; 3) Offers several methods to determine the optimal number of histogram bins: Square root (used by e.g., M. Excel), Sturges', Scott's (used by Analyze>Distribution...) and Freedman–Diaconis'.
(Download .ijm) (Documentation page)
###Find Peaks Retrieves local maxima and minima from an ImageJ plot, allowing several filtering options such as: 1) Peak amplitude; 2) Peak height and 3) Peak width.
(Download .bsh) (Documentation page)
###Fit Polynomial Fits a polynomial function (of arbitrary degree) to sampled data from an ImageJ plot. Features an heuristic algorithm for guessing a polynomial 'best fit'.
Requires the apache commons math library, distributed with Fiji. Non-Fiji users that do not have it installed are provided with a direct download link that will install all required dependencies. (Download .bsh)
###Plot XY Data The interactive plotting GUI for ImageJ. Interactively creates a multi-series XY plot (with or without error bars), from ImageJ measurements or imported spreadsheet data. Multi-series vector field plots are also supported. (Download .bsh)
See also Create Boxplot
##See Also
- Analysis, BARs that complement built-in commands in the ImageJ
Analyze>
menu.
Home | Analysis | Data Analysis | Annotation | Segmentation | Tools | Plugins | lib | Snippets | IJ |
---|