Skip to content

Commit

Permalink
Remove Talia's personal objects from quantile.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Neubauer committed Jul 30, 2015
1 parent 7fa70b9 commit 461e453
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fastinR/R/quantile.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# for each chain.
# The first n.prey rows in each chain refer to the population;
# subsequent rows refer to individual predators
object <- ind.siandfa.pelagicfishandcephalopods
quantile.ind_props <- function(object,...){

prey.names <- object$prey.names
Expand Down Expand Up @@ -43,8 +42,6 @@ quantile.ind_props <- function(object,...){
return(res)
} #function

object <- readRDS("~/Dropbox/Rutgers-Dropbox/Magdalena Bay not shared/Talia code (graphs and stats)/MagBay analysis/data-to import/data for fastin/pop_siandfa.RDS")

#' @S3method quantile pop_props
# Returns data frame with one row for each pop/prey combination, for each chain.
quantile.pop_props <- function(object,...){
Expand All @@ -65,4 +62,4 @@ quantile.pop_props <- function(object,...){
rm(chain.res)
} # for l
return(res)
} # function
} # function

0 comments on commit 461e453

Please sign in to comment.