What is the proc sgpanel statement?

What is the proc sgpanel statement?

PROC SGPANEL Statement. Identifies the data set that contains the plot variables. The statement also gives you the option to specify a description, and control automatic legends and automatic attributes.

What is the input data set required for sgpanel?

An input data set is required. specifies whether plots are drawn with unique attributes in the graph. By default, the SGPANEL procedure automatically assigns unique attributes in many situations, depending on the types of plots that you specify.

How do I determine the number of columns in sgpanel?

By default, the number of columns is determined automatically based on the number of classifier values and the layout type. The SGPANEL procedure automatically splits the panel into multiple graphs (pages) as needed when your panel contains a large number of cells.

What is the refticks option in SAS?

This option is available with SAS 9.2 Phase 2 and later. adds tick marks to the side of the panel that is opposite from the specified axis. For example, if you specify the REFTICKS option in the COLAXIS statement, then tick marks are added to the top side of the panel.

PROC SGPANEL Statement. Identifies the data set that contains the plot variables. The statement also gives you the option to specify a description, and control automatic legends and automatic attributes. specifies whether plots are drawn with unique attributes in the graph.

How do I use the sgpanel procedure?

The SGPANEL procedure creates a panel of graph cells for the values of one or more classification variables. For example, if a data set contains three variables (A, B and C) and you want to compare the scatter plots of B*C for each value of A, then you can use the SGPANEL procedure to create this panel.

How is the number of rows determined in sgpanel?

By default, the number of rows is determined automatically based on the number of classifier values and the layout type. The SGPANEL procedure automatically splits the panel into multiple graphs (pages) as needed when your panel contains a large number of cells.

You Might Also Like