Skip to content

Commit

Permalink
Break line 53 across two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey M Girard authored Jun 18, 2018
1 parent 0708aac commit c3e2638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Constrast correlation-based SSM parameters for two measures

``` r
data("jz2017")
results <- ssm_measures(.data = jz2017, scales = PA:NO, angles = octants(), measures = c(NARPD, ASPD), contrast = "test")
results <- ssm_measures(.data = jz2017, scales = PA:NO, angles = octants(),
measures = c(NARPD, ASPD), contrast = "test")
ssm_plot_contrast(results)
```

Expand Down

0 comments on commit c3e2638

Please sign in to comment.