-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rounding of r0 and r1 in plot labels
- Loading branch information
Daan de Jong
committed
Nov 27, 2023
1 parent
9d4c9bf
commit b8e401d
Showing
6 changed files
with
168 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
print_welcome_message <- function() { | ||
hystar_string <- " | ||
_ _ | ||
| | | | | ||
| |__ _ _ ___ | |_ __ _ _ __ | ||
| '_ \\| | | |/ __|| _| / _` || '__\\ | ||
| | | || |_| |\\__ \\| |_ | (_| || | | ||
|_| |_||___ ||___/ \\__| \\__,_||_| | ||
___| | | ||
|____/ 1.2.0 \n\n" | ||
|
||
info_string <- " | ||
Estimation and simulation of the HysTAR Model. | ||
For function help, run `?hystar_fit`, `?hystar_sim` or `?z_sim`. | ||
For more information, run `hystar_info()`. | ||
" | ||
cat(hystar_string) | ||
cat(info_string) | ||
} | ||
|
||
#' @export | ||
#' @importFrom utils browseURL | ||
hystar_info <- function() { | ||
browseURL("https://daandejongen.github.io/hystar/index.html") | ||
} | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters