Skip to content

Commit

Permalink
Use readVPAFile to read a single variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed Dec 4, 2017
1 parent bdd94ea commit 57f36f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loading_your_data_into_FLR.Rmd
Expand Up @@ -98,7 +98,7 @@ catch.n.flq[,1:7]

## Reading common fisheries data formats

FLCore contains functions for reading in fish stock data in commonly used formats. To read a single variable (e.g. numbers-at-age, maturity-at-age) from the **Lowestoft VPA** format you use the `readVPA` function. The following example reads the catch numbers-at-age for herring:
FLCore contains functions for reading in fish stock data in commonly used formats. To read a single variable (e.g. numbers-at-age, maturity-at-age) from the **Lowestoft VPA** format you use the `readVPAFile` function. The following example reads the catch numbers-at-age for herring:

```{r, readVPA}
# Read from a VPA text file
Expand Down

0 comments on commit 57f36f5

Please sign in to comment.