Skip to content

Commit

Permalink
updated doc and example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Gosselin committed Feb 25, 2020
1 parent 9c85fd3 commit c2c43e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/write_dadi.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
#' @examples
#' \dontrun{
#' # without outgroup:
#' dadi.data <- radiator::write_dadi(data = "my_new.vcf")
#' dadi.data <- radiator::write_dadi(data = "my_tidy_dataset.rad")
#'
#' # with outgroup and fasta generated by stacks:
#' dadi.data <- radiator::write_dadi(
#' data = "my_new.vcf",
#' data = "my_tidy_dataset.rad",
#' fasta.ingroup = "batch_1.ingroup.fa",
#' fasta.outgroup = "batch_1.outgroup.fa",
#' sumstats.ingroup = "batch_1.sumstats.ingroup.tsv",
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/write_dadi.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/write_dadi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2c43e6

Please sign in to comment.