Skip to content

Commit

Permalink
Merge pull request #32 from fkguo/develop
Browse files Browse the repository at this point in the history
getindex defined for Data
  • Loading branch information
fkguo committed Jul 29, 2020
2 parents cdc2a41 + ffb99e9 commit 65b68d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -65,6 +65,7 @@ Data(df::DataFrame)
* Fields: `x, y, err, ndata`. This defines a type for data with three columns:` x, y, err`;
* `ndata` is the number of data rows, automatically counted.
* Different `Data` sets can be concatenated as `vat(dat1, dat2, dat3)`.
* `getindex` defined for `Data`, e.g., `data[1:10]` gives the first 10 points in `data`.


```
Expand Down

0 comments on commit 65b68d2

Please sign in to comment.