Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kunstler Georges
traitcompet
Commits
d9d8bfd0
Commit
d9d8bfd0
authored
May 21, 2014
by
Georges Kunstler
Browse files
some progress on truning in a package but not finish
parent
f49443af
Changes
22
Hide whitespace changes
Inline
Side-by-side
traitcompetition/R/utils-plot.R
View file @
d9d8bfd0
...
...
@@ -150,6 +150,7 @@ fun.boxplot.breaks <- function(x,y,Nclass=15,add=TRUE,...){
## function to overlay points on biomes
##' @export
##' @import sp
fun.overly.plot.on.biomes
<-
function
(
MAP
,
MAT
,
names.vec
,
poly
=
poly.DF
){
xy
=
cbind
(
MAP
,
MAT
)
dimnames
(
xy
)[[
1
]]
=
names.vec
...
...
traitcompetition/R/utils.R
0 → 100644
View file @
d9d8bfd0
##' @export
git.root
<-
function
()
{
system
(
"git rev-parse --show-toplevel"
,
intern
=
TRUE
)
}
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment