Example: Select Observations That Satisfy Multiple Criteria

In this section, you create several plots of variables in the Hurricanes data set. You use local selection mode to display the wind speed and pressure of tropical cyclones that satisfy certain spatial and temporal criteria.

To use local selection mode:

  1. Open the Hurricanes data set.

  2. Create a histogram of the latitude variable.

    The histogram becomes one of the selector views.

    The next plot to create is a bar chart of the month variable. By default, the month variable is an interval (continuous) variable. In order to create a bar chart, you first need to change the measure level from interval to nominal.

  3. Scroll the data table horizontally until you see the month variable.

  4. Right-click the heading of the month column, and select Nominal from the pop-up menu.

  5. Create a bar chart of the month variable. Move the bar chart so that it does not overlap other data views.

    The bar chart becomes a second selector view.

  6. Create a scatter plot of wind_kts versus min_pressure. Move the plot so that it does not overlap other data views.

    The scatter plot becomes an observer view. The workspace now looks like Figure 11.12.

    Figure 11.12: Global Selection Mode

    Global Selection Mode


  7. Close the data table.

  8. Right-click the plot area in the scatter plot. Select Selection Mode from the pop-up menu.

    The dialog box shown in Figure 11.13 appears.

    Figure 11.13: Selection Mode Dialog Box

    Selection Mode Dialog Box


  9. Click Local Selection Mode, Observer View, and Intersection. Click OK.

    The workspace now looks like Figure 11.14. The scatter plot is an observer view. All of the other data views were set to be selector views when you entered local selection mode. Note that selector views are indicated by an arrow icon in the upper left corner of the view. Observer views are indicated by an icon that looks like an eye looking at the mathematical symbol for intersection (or union).

    Figure 11.14: Local Selection Mode

    Local Selection Mode


    Note: If you forget to close the data table, then it, too, is a selector view. A common error is to leave the data table open. If the data table is left open, then no observations are selected in the observer scatter plot unless they are selected in all other selector views, including data tables.

  10. In the bar chart, click the bar labeled 10 to select observations that correspond to the tenth month (October).

    The histogram does not display any observations because it is a selector view. The scatter plot does not display any observations because it is an observer view; it displays observations as selected only if they are selected in all selector views.

  11. Create a selection rectangle in histogram. Move it around the plot.

    The workspace now looks like Figure 11.15.

    Figure 11.15: Displaying the Intersection of Multiple Selector Views

    Displaying the Intersection of Multiple Selector Views


    The observations displayed as selected in the scatter plot are those that are selected in both the bar chart and the histogram. The selected observations in the scatter plot in Figure 11.15 are those tropical storms that occurred in October (month = 10) of any year and whose position was between 33.75 and 46.25 degrees north latitude.