Displaying 20 results from an estimated 400 matches similar to: "BiodiversityR and box cox transformation"
2009 Jan 04
1
Problems with Rcmdr and BiodiversityR
Dear all,
I run R 2.7.2 under Windows and integrated BiodiversityR sucessfully into
the R commander. Most functions of BiodiversityR run but others (like
"analysis of species as response") produce blank windows and the message:
Error in get(x, envir = RcmdrEnv(), mode = mode, inherits = FALSE) :
Variable "operatorFont" nicht gefunden
What's wrong?
Best regards, Frieda
2011 Sep 15
2
installation of BiodiversityR package
I have installed R on windows 7 machine.
In the install packages I can't find BiodiversityR package.
I was wondering if I can get some help with the installation process.
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/installation-of-BiodiversityR-package-tp3816807p3816807.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jul 07
0
CAPdiscrim error in BiodiversityR
Hello,
I having trouble running the CAPdiscrim function located in biodiversityR.
My data tables are as follows:
community data frame (called "spdata")
Species1... Speciesn
site1..
site2..
siten
with abundance data as values. Site names are row names.
and environmental data (called "envdata")
year elevation
site1...
site2...
siten
my command
2024 Jul 13
1
Problem loading BiodiversityR, Error: package ‘tcltk’ could not be loaded
Hi,
I get the following error when trying to load the BiodiversityR package
> library(> library(BiodiversityR)
Loading required package: tcltk
tcltk DLL is linked to '/opt/X11/lib/libX11.6.dylib'
Error: package or namespace load failed for ?tcltk?:
.onLoad failed in loadNamespace() for 'tcltk', details:
call: fun(libname, pkgname)
error: X11 library is missing: install
2011 Jun 01
2
BiodiversityR GUI on macosx
Dear List!
I installed R and quite a few packages I use. When I try to start
BiodiversityR the library loads without any problems but GUI do not start.
Rcmdr loads without any problems. I am using R 2.13.0 64 bit.
Downgrade to R 2.12.2 works.
Thanks,
Janos
2012 Oct 22
1
BiodiversityR GUI error message
Dear Gabor
You got solution for your problem?
"I have just got a laptop with win 7 64 bit installed on it. I
installed R and quite a few packages I use. When I try to start
BiodiversityR the library loads without any problems but when starting
the GUI it gives me the following error message:
Sourced: BiodiversityGUI.R
Error : .onAttach failed in attachNamespace() for 'Rcmdr',
2011 Jul 06
1
The BiodiversityR can't work
Sourced: BiodiversityGUI.R
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: get(Menus[m, 5])
error: object 'chisquareDistributionPlot' not found
Error in BiodiversityRGUI() : needs Rcmdr
Hi Guys,
I am from China, I wanna use Biodiversity R, but it can't work.
Can somebody help me?
Thanks
--
View this message in context:
2017 Feb 15
2
paquete Rcmdr y BiodiversityR
Estimados,
Soy usuario de Mac y desde que instale la nueva version de R y Rstudio, no puedo cargar el paquete Rcmdr. Lo miso me pasa con el paquete BiodiversityR.
Alguien tiene alguna posible solución?
Desde ya muchas gracias.
Saludos, Luis
> library(Rcmdr)
Loading required package: RcmdrMisc
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
2017 Feb 15
3
paquete Rcmdr y BiodiversityR
Gracias Carlos,
ya intente instalar varias veces el paquete data.table, pero no se porque no lo puede instalar
Aqui mando la salida:
> install.packages("data.table")
There is a binary version available but the source version is later:
binary source needs_compilation
data.table 1.10.0 1.10.4 TRUE
Do you want to install from sources the package which
2003 Mar 08
0
RE: Text Rotation (was: Take care with codes()!)
I've just uploaded gregmisc_0.8.2.tar.gz to CRAN. It should show up in the
package repository in a day or two.
This version of the gregmisc package provides an enhanced 'balloonplot'
function with 'rowsrt', 'colsrt' arguments to control rotation of the
labels, and 'rowmar', 'colmar' to control the amount of space reserved for
the labels.
Here's
2003 Mar 08
0
RE: Text Rotation (was: Take care with codes()!)
You can use the graphics parameter "srt" to rotate displayed text by a
specified number of degrees, e.g. srt=45 to put it on an angle, srt=90 to
put it vertical.
If you do this, may need to modify the call to text to increase ylim and
change the plot location to give you more room.
I'm working to update the 'balloonplot' function in the gregmisc package now
to handle this
2008 Sep 14
1
Data format for BiodiversityR
Greetings dear friends.
Please, I really find problems having the program read my datasets (here attached).
Have converted datasets to csv, imported but always not reaching the target.
Would be very happy if some one out can help me on time.
Thanks
Ndoh Mbue Innocent
International corporation office
China University of Geosciences
388 Lumo road
430074, Wuhan-China
Tel: 0086 27 67885947/0086
2017 Feb 15
5
paquete Rcmdr y BiodiversityR
Estimados,
Muchas gracias por sua ayuda, ya pude instalar data.table y esta funcionando.
Respecto al paquete biodiversityR, no se porque ahora no me corre. El script esta correcto, pero no se porque me tira error.
> fase<-diversitycomp(biobsp, y=biopcat,factor1="Fase",index="richness",method=?s")
Error in diversitycomp(biobsp, y = biopcat, factor1 =
2006 Mar 18
0
No subject
Normally `codes' is not the appropriate function to use with an
unordered factor. Use `unclass' or `as.numeric' to extract the
codes used in the internal representation of the factor, as these
do not assume that the codes are sorted.
and this is one of the `normally' cases. Your code will only work
correctly if the levels are in alphabetical order (in the locale
2003 Jan 03
1
Take care with codes()! (was type of representation)
Ahh yes, sorry about that.
Here's the corrected snippet:
# Create an Example Data Frame Containing Car x Color data
carnames <- c("bmw","renault","mercedes","seat")
carcolors <- c("red","white","silver","green")
datavals <- round(rnorm(16, mean=10, sd=4),1)
data <- data.frame(Car=rep(carnames,4),
2011 Aug 25
2
Bold in expression in Y label
Hi all:
I need to put bold font in the y label, which is an expression at the same
time
When putting font.lab=2 in plot, it only puts bold font for the x axis
label.. what should I do? Thanks very much
plot(jitter(c(1, 4, 7, 9, 11, 13), a=0.1), y = Bllim.m, xlab = "Week", ylab
= expression(paste("B removal rate", " (mg/m"^{3}, "-d)")),font.lab=2, ylim
=
2013 Jan 15
1
Can not load Rcmdr
I am getting the error message:
> library(Rcmdr)
Loading required package: car
Loading required package: MASS
Loading required package: nnet
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
call: structure(.External("dotTclObjv", objv, PACKAGE = "tcltk"), class = "tclObj")
error: [tcl] invalid command name "image".
2010 Feb 03
3
to convert a character string in time
hi,
I have my data time expressed in character string exple "5:20" (hour:min) and i want to convert these in times recognized by R. I have tried the POSIXct function:
balise07$Hour <- as.POSXIct(balise07$Hour)
but it didn't work.
Do you know why? Do you know how i can convert my string character in a real time?
Thanks
Karine HEERAH
Master 2 mention
2020 Oct 27
1
Exporting SPSS Dataset to STATA format
*Dear Sir/Madam,*
* Subject : Exporting SPSS Dataset to STATA format*
I have a SPSS file which i am able to import into R via Rcmdr or Rstudio.
But i am unable to export the same file into STATA format.
It would be kind of you to kindly help me achieve the same and send me a
sample R script whcih could be used for the same purpose.
*Thanks and Regards*
*Nelgyn Tennyson *
2010 Jan 26
2
hdf files
hello,
I have a problem to open an hdf file. i have downloaded the package 'hdf5' as it was advised on R seek. But when i try to load the file, the R console sends me an eror message:
setwd("C:/Documents and Settings/Karine/Bureau/data/")
#install.packages('hdf5')
library("hdf5")
sea_ice <- hdf5load("asi-s6250-20090704-v5i.hdf", load =