Skip to content

Commit

Permalink
tess3 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cayek committed Oct 13, 2016
1 parent 32a4559 commit d531b88
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 73 deletions.
7 changes: 5 additions & 2 deletions R/tess3project.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
#' ## Spatial interpolation of ancestry coefficient
#' my.colors <- c("tomato", "orange", "lightblue")
#' my.palette <- CreatePalette(my.colors, 9)
#' plot(q.matrix, coordinates, method = "map.max",
#' plot(q.matrix, coordinates, method = "map.max", interpol = kriging(10),
#' main = "Ancestry coefficients",
#' xlab = "Longitude", ylab = "Latitude",
#' resolution = c(500,500), cex = .4,
Expand All @@ -130,7 +130,10 @@
#' ylab = "-log10(P-values)",
#' cex = .3, col = "grey")
#'
#' @references \url{http://biorxiv.org/content/early/2016/10/12/080291} \url{https://hal.archives-ouvertes.fr/hal-01222555/}
#' @references
#' \url{http://onlinelibrary.wiley.com/doi/10.1111/1755-0998.12471/full}
#' Caye, Kevin et al. (2016) Fast Inference of Individual Admixture Coefficients Using Geographic Data. bioRxiv
#' doi:10.1101/080291. \url{http://biorxiv.org/content/early/2016/10/12/080291}
#'
#' @seealso \code{\link{tess3Main}}, \code{\link{plot.tess3Q}},
#' \code{\link{barplot.tess3Q}}
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace :pkg do
end

desc "Deploy the site on gh-pages"
task :deploy => [:build, :open] do
task :deploy => [:open] do
puts "== Deploy to gh-pages".green
colorizedsh "git clone .git gh-pages/"
Dir.chdir("gh-pages/") do
Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ reference:
- qmatrix
- pvalue
- CreatePalette
- tess2tess3
- plot.tess3


navbar:
Expand Down
149 changes: 79 additions & 70 deletions man/tess3.Rd

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

0 comments on commit d531b88

Please sign in to comment.