cleanupMuso now work :)
This commit is contained in:
parent
13b151a695
commit
a395549b44
@ -1,6 +1,6 @@
|
||||
Package: RBBGCMuso
|
||||
Title: An R package for BiomeBGC-MuSo ecosystem modelling
|
||||
Version: 0.3.0.0-2
|
||||
Version: 0.3.1.0-1
|
||||
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
|
||||
Description: What the package does (one paragraph).
|
||||
License: GPL-2
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
export(calibMuso)
|
||||
export(cleanupMuso)
|
||||
export(corrigMuso)
|
||||
export(getyearlycum)
|
||||
export(getyearlymax)
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
#'cleanupMuso
|
||||
#'
|
||||
#' cleanupMuso can erase all of the unnecessary log and output files.
|
||||
#'
|
||||
#' @author Roland Hollos
|
||||
#' @param location It is the place where your output files are.
|
||||
#' @param simplicity TRUE or FALSE. If true cleanupMuso will erase only the log files from only the location
|
||||
#' @param deep If it is TRUE, it will delete every files from the subdirectories also
|
||||
#' @usage cleanupMuso(location=NULL, simplicity=TRUE,deep=FALSE)
|
||||
#' @export
|
||||
|
||||
|
||||
cleanupMuso <- function(location=NULL, simplicity=TRUE,deep=FALSE){
|
||||
areThereAnyFolders <- FALSE
|
||||
whereAmI <- getwd()
|
||||
|
||||
@ -44,7 +44,7 @@ plotMuso <- function(settings,
|
||||
logfilename=logfilename,
|
||||
export=export)
|
||||
|
||||
xlab_muso<- switch(timee, "d"="days","y"="years","m"=months)
|
||||
xlab_muso<- switch(timee, "d"="days","y"="years","m"="months")
|
||||
numVari <- ncol(musoData)
|
||||
|
||||
if(is.numeric(variable)){
|
||||
|
||||
21
RBBGCMuso/man/cleanupMuso.Rd
Normal file
21
RBBGCMuso/man/cleanupMuso.Rd
Normal file
@ -0,0 +1,21 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/cleanup.R
|
||||
\name{cleanupMuso}
|
||||
\alias{cleanupMuso}
|
||||
\title{cleanupMuso}
|
||||
\usage{
|
||||
cleanupMuso(location=NULL, simplicity=TRUE,deep=FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{location}{It is the place where your output files are.}
|
||||
|
||||
\item{simplicity}{TRUE or FALSE. If true cleanupMuso will erase only the log files from only the location}
|
||||
|
||||
\item{deep}{If it is TRUE, it will delete every files from the subdirectories also}
|
||||
}
|
||||
\description{
|
||||
cleanupMuso can erase all of the unnecessary log and output files.
|
||||
}
|
||||
\author{
|
||||
Roland Hollos
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user