| The SGSCATTER Procedure |
| Procedure features: |
| ||
| Sample library member: | GSGSCMAT |
![[untitled graphic]](images/gsgscmat.gif)
This example shows a scatter plot matrix with grouped data.
| |
proc sgscatter data=sashelp.iris;
title "Scatterplot Matrix for Iris Data";
matrix sepallength petallength sepalwidth petalwidth
/ group=species;
run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.