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
HYCAR-Hydro
airGRteaching
Commits
01fc1f0b
Commit
01fc1f0b
authored
Jan 11, 2017
by
unknown
Browse files
v0.0.3 TypeModelGR is now a private function
parent
9e570391
Changes
2
Hide whitespace changes
Inline
Side-by-side
NAMESPACE
View file @
01fc1f0b
...
...
@@ -30,6 +30,7 @@ export(dyplot.CalGR)
export(dyplot.SimGR)
export(shiny.SimGR4J)
export(shiny.SimGR)
export(.TypeModelGR)
...
...
@@ -44,3 +45,4 @@ import(airGR)
import(xts)
import(dygraphs)
import(shiny)
import(plotrix)
R/Utils.R
View file @
01fc1f0b
...
...
@@ -10,7 +10,7 @@
##################################################################################
##################################################################################
TypeModelGR
<-
function
(
x
)
{
.
TypeModelGR
<-
function
(
x
)
{
if
(
!
is.list
(
x
))
{
x
<-
list
(
TypeModel
=
x
)
}
...
...
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