Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frabas committed Oct 18, 2017
1 parent a1052c1 commit b975288
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: displaceplot
Title: A suite of R routine to process DISPLACE simulation output files
Version: 0.2
Title: A suite of R routines to treat DISPLACE simulation output files
Version: 0.3
Author: Francois Bastardie
Maintainer: Francois Bastardie <fba@aqua.dtu.dk>
Description: A DISPLACE simulation generates a lot of text-based output files
Expand Down
4 changes: 2 additions & 2 deletions R/boxplotAggLoglikeFilesIndicators.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


#' Reloading the files produced by getAggLoglikeFiles() in the global environment
#' Make a boxplot for fisheries indicators from previous aggregations
#'
#' This function re-load the files produced by getAggLoglikeFiles()
#' This function makes a box-and-whiskers plot out of aggregation on indicator variables
#'
#' @param fname First name
#' @param lname Last name
Expand Down
5 changes: 5 additions & 0 deletions R/onAttach.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.onAttach <- function(libname, pkgname) {
packageStartupMessage("displaceplot offers routine for plotting from DISPLACE simulation output files.")
packageStartupMessage("Type library(help=displaceplot) for listing the routines. ")
}
4 changes: 2 additions & 2 deletions man/boxplotAggLoglikeFilesIndicators.Rd

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

0 comments on commit b975288

Please sign in to comment.