Displaying 1 result from an estimated 1 matches for "fancygraph".
2006 Oct 19
0
Rug-like density plots on margins of figure
Hi everyone,
	I'm trying to plot density curves on the axes of a plot, in a  
similar way to the 'rug' function.
	I have had a look at a few approaches and libraries, including:
	* layout http://addictedtor.free.fr/graphiques/RGraphGallery.php? 
graph=78
	* fancygraph http://addictedtor.free.fr/graphiques/RGraphGallery.php? 
graph=81
	* ggplot - gave up since it needs R 2.3.0 and today I need to run on  
less than that
	* grid - probably powerful, good approach, but too much effort for a  
midnight hack
	* rug - since it does something similar
	* lattice - it ha...