search for: dplr

Displaying 20 results from an estimated 21 matches for "dplr".

Did you mean: dpl
2014 Apr 23
3
error al instalar paquete
Hola a todos, No he podido encontrar la solución para el siguiente error al instalar el paquete dplR: > install.packages("dplR") Installing package into ‘/home/milagros/R/x86_64-pc-linux-gnu-library/3.1’ (as ‘lib’ is unspecified) also installing the dependency ‘gmp’ probando la URL ' http://r.mirror.mendoza-conicet.gob.ar/src/contrib/gmp_0.5-11.tar.gz' Content type 'ap...
2013 Jul 17
3
consulta xml para ubuntu 32bits
Recientemente me intalaron la plataforma Platform: i686-pc-linux-gnu (32-bit). He intentado instalar el paquete dplR tanto desde el cran como desde un archivo y me da el siguiente error: ERROR: dependency ?XML? is not available for package ?dplR? Esto se debe a la versión de Linux que tengo instalada? gracias -- Ana Marina Srur Departamento de Dendrocronología e Historia Ambiental IANIGLA-CONICET-CCT Mendoza cc...
2008 Dec 08
1
R CMD check not running examples under Windows
...mps from checking for non-ASCII to checking the PDF version of the manual: * checking data for non-ASCII characters ... OK * checking PDF version of manual ... OK It skips the making the R-ex subdir and checking the examples. Here is the complete log: * using log directory 'C:/Data/research/dplR_dev/dplR.Rcheck' * using R version 2.8.0 (2008-10-20) * using session charset: ISO8859-1 * checking for file 'dplR/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'dplR' version '1.1.5' * checking package name space information ... OK * checki...
2009 Jun 04
1
Morlet wavelet analysis
...3, 1.55169357402125, -0.502404116831855, 2.19007041840759, 0.177374817139349, 1.37270541339308, 0.179612250662539, 1.33781757389541) d1<-ts(d1deltat=1,start=c(1960,1)) library(Rwave) D1-cwt(d1,noctave=8,nvoice=1) After I did Morlet wavelet analysis by using function "wavelet" from dplR package. library(dplR) D2<-wavelet(d1,Dt=1) But the wavelets from two tests are very different. What is the reason?? Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United Kin...
2008 Jun 24
3
loop with files
I'm trying to make a loop with many files... > library(dplR) > > files <- system("ls *.rwl", intern=TRUE) > > files [1] "cimfasy.rwl" "rocquce.rwl" > for (i in files) {a <- read.rwl(i,header=0)} There are 70 series There are 21 series > class(a) [1] "data.frame" This loop import all the files...
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
.../display_name.R:40 /cplm/R/lme4_lmer.R:423 /crunch/R/batches.R:71 /crunch/R/batches.R:102 /crunch/R/categorical-array.R:87 /crunch/R/hide-variables.R:78 /crunch/R/misc.R:68 /crunch/R/share.R:11 /crunch/R/shoji-catalog.R:39 /crunch/R/show.R:88 /crunch/R/subvariables.R:76 /crunch/R/subvariables.R:95 /dplR/R/common.interval.R:8 /dplR/R/fill.internal.NA.R:47 /dplR/R/helpers.R:3 /dplyr/R/dataframe.R:49 /dplyr/R/glimpse.R:38 /dplyr/R/id.r:36 /dplyr/R/tbl-cube.r:98 /dplyr/R/utils.r:15 /fulltext/R/chunks.R:352 /fulltext/R/chunks.R:356 /ggvis/R/transform.R:56 /httr/R/oauth-token-utils.R:23 /igraph/R/lazyev...
2013 Jul 19
0
Resumen de R-help-es, Vol 53, Envío 26
Gracias a todos, finalmente instalando primero el libxml2-dev y luego el dplR, funciono ----- Mensaje original ----- De: r-help-es-request en r-project.org Para: r-help-es en r-project.org Enviados: Miércoles, 17 de Julio 2013 12:59:47 Asunto: Resumen de R-help-es, Vol 53, Envío 26 Envíe los mensajes para la lista R-help-es a r-help-es en r-project.org Para subscribirse...
2008 Aug 22
2
Combining multiple datasets
...ntro to R and help(), to no avail - I am new at this. I'm trying to write a script that will read multiple files from a directory and then merge them into a single new data frame. The original data are in a tree-ring specific format, and so I've first used a function (read.rwl) from the dplR package to read each file, translate each into a more intuitive time series format, and then put each new data frame into a single object, demo.Rwl: >demo.Rwl <- list.files(pattern=".RWL$"); for(i in demo.Rwl) { x <- read.rwl(i, header=TRUE); assign(print(i, quote=FALSE), x)...
2013 Jul 17
0
consulta xml para ubuntu 32bits
...stalar el paquete XML previamente. ¿Lo has intentado? > > > Saludos. > > > > > 2013/7/17 Ana Marina Srur < asrur@mendoza-conicet.gob.ar > > > > Recientemente me intalaron la plataforma Platform: i686-pc-linux-gnu > (32-bit). He intentado instalar el paquete dplR tanto desde el cran como > desde un archivo y me da el siguiente error: ERROR: dependency ‘XML’ is not > available for package ‘dplR’ > Esto se debe a la versión de Linux que tengo instalada? > gracias > > -- > Ana Marina Srur > Departamento de Dendrocronología e Historia Am...
2008 Jun 25
1
a loop....
I'm trying to make a loopo with some file.... > > library(dplR) > files.rwl <- system("ls *.rwl", intern=TRUE) > files.rwl [1] "cimfasy.rwl" "rocquce.rwl" > for (i in files.rwl) assign(gsub("\\.rwl$", "_rwl", i), read.rwl(i, header=0)) There are 70 series There are 21 series > > cimfasy_rwl 1...
2016 Feb 08
2
inconsistency in treatment of USE.NAMES argument
Hi, Both vapply() and sapply() support the 'USE.NAMES' argument. According to the man page: USE.NAMES: logical; if ?TRUE? and if ?X? is character, use ?X? as ?names? for the result unless it had names already. But if 'X' has names already and 'USE.NAMES' is FALSE, it's not clear what will happen to the names. Are they going to propagate to the result
2016 Apr 27
0
R Script Template
The subject of your email is missing. Perhaps you need to read the Posting Guide (again?) about attachments. Embedding your example directly in the body of the email is generally more accessible in archives than attaching it. -- Sent from my phone. Please excuse my brevity. On April 27, 2016 1:14:17 PM GMT+01:00, G.Maubach at gmx.de wrote: >Hi All, > >I am addressing this post to all
2016 Apr 27
2
R Script Template
Hi All, I am addressing this post to all who are new to R. When learing R in the last weeks I took some notes for myself to have code snippets ready for the data analysis process. I put these snippets together as a script template for future use. Almost all of the given command prototypes are tested. The template script contains snippets for best practices and leaves out the commands that
2009 Sep 27
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * bdoc (1.0) Michael Anderson http://crantastic.org/packages/bdoc This package contains a function that will classify DNA barcodes as well as a few test and reference data sets. * bdsmatrix (1.0) Terry Therneau http://crantastic.org/packages/bdsmatrix This is a special case of sparse matrices, used by coxme and
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * Bergm (1.0) Alberto Caimo http://crantastic.org/packages/Bergm Functions implementing Bayesian estimation for exponential random graph models via exchange algorithm Updated packages ---------------- lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21), r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2012 Mar 11
1
CRAN (and crantastic) updates this week
...s call other package function such as Kendall tests (wq package) or cusum function (Pastec package). Updated packages ---------------- bnlearn (2.9), catspec (0.96), cda (1.1.3), clue (0.3-44), coin (1.0-21), crs (0.15-13), cvTools (0.3.0), Deducer (0.6-2), directlabels (2.4), doRNG (1.2.1), dplR (1.5.3), DSL (0.1-1), eqtl (1.1-7), ergm (3.0-1), ergm.userterms (3.0-1), fda.usc (0.9.6), frailtypack (2.2-22), games (1.0-5), gdsfmt (0.9.6), geosphere (1.2-27), GeoXp (1.5.6), GLDEX (1.0.4.3), gMCP (0.7-8), GSM (1.3), hive (0.1-14), HLMdiag (0.1.5), HumMeth27QCReport (1.2.13), ibr (1.4.1), Lapla...
2013 May 15
1
x and y lengths differ
I have a problem with R. I try to compute the confidence interval for my df. When I want to create the plot I have this problem: Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ. I try this code: library(dplR) df.rwi <- detrend(rwl = df, method = "Spline",nyrs=NULL) write.table(df.rwi,file="rwi.txt",quote=FALSE,row.names=TRUE) df.crn <- chron(df.rwi, prefix = "RGE",prewhiten = TRUE) write.table(df.crn,file="crn.txt",quote=FALSE,row.names=TRUE) ##confidence...
2010 Mar 14
3
CRAN (and crantastic) updates this week
...aGUI (0.1-4), caret (4.33), chemometrics (0.8), cocorresp (0.1-9), compHclust (1.0-1), conf.design (1.01), corpcor (1.5.6), countrycode (0.4), cshapes (0.2-3), Deducer (0.2-3), DEoptim (2.0-4), DescribeDisplay (0.2.2), deSolve (1.7), DiagnosisMed (0.2.3), diffractometry (0.1-02), DoE.base (0.9-17), dplR (1.2.9), dti (0.9-0), dynGraph (0.99100403), e1071 (1.5-23), eha (1.2-18), epitools (0.5-5), estout (1.0.1-1), extracat (1.0-1), extremevalues (2.0), far (0.6-3), farmR (1.1), FD (1.0-7), flashClust (1.00), flexmix (2.2-5), fmri (1.4-0), forensim (1.1-4), FrF2 (1.1), ftsa (1.5), fxregime (1.0-0), G...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...(1.0-12), copula (0.9-7), corrplot (0.30), cshapes (0.2-4), ctv (0.6-0), cudaBayesreg (0.3-6), dagR (1.1.1), data.table (1.4.1), dclone (1.1-0), ddesolve (1.04), denstrip (1.5), depmixS4 (0.9-0), DiceKriging (1.1), difR (3.1), distr (2.2.3), diveMove (1.0), dlnm (1.2.4), doBy (4.0.6), doMC (1.2.1), dplR (1.3.5), drc (1.9-3), dti (0.9-2), eba (1.5-7), elrm (1.2.1), emplik2 (1.10), ensembleBMA (4.5), epicalc (2.11.1.0), epitools (0.5-6), eqtl (1.1), eRm (0.13-0), exact2x2 (1.0-1), exactci (1.1-0), extremevalues (2.1), fame (2.9), favir (0.4-1), fda (2.2.2), fields (6.3), fingerprint (3.3.1), fitdist...