Skip to content

Commit

Permalink
correct 'value' missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Jul 25, 2024
1 parent 5bd8531 commit c534056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ See <<example-L.1>> and <<example-L.6>>.
When the data values within a fragment are all the same, for each fragment, the `value` fragment array variable allows each fragment to be represented explicitly by its unique data value, rather than by reference to a fragment dataset.
The `value` fragment array variable dimensions correspond to, and have the same sizes as, the fragment array dimensions in the same order as they appear in the conceptual fragment array.
The `value` fragment array variable may have any data type, and contains each fragment's unique value.
A fragment that contains wholly missing data is specified by any missing value indicated by the aggregation variable.
See <<example-L.7>>, which uses an aggregation ancillary variable to make fragment dataset attributes available to an aggregation data variable.
A fragment that contains wholly missing data is specified by any missing value indicated by the `value` fragment array variable.
See <<example-L.7>>, which uses an aggregation ancillary variable to make fragment dataset global attributes available to an aggregation data variable.

// Turn section numbering back on
:numbered:
Expand Down

0 comments on commit c534056

Please sign in to comment.