search for: scientifically

Displaying 20 results from an estimated 2622 matches for "scientifically".

2009 Nov 13
2
format (PR#14062)
Full_Name: Dirk Jacob Version: R 2.8.1 and 2.9.1 OS: Win XP Submission from: (NULL) (153.96.32.62) I want to convert numbers to strings like: > inputs= c(0.3+0*(1:12) ) > (format(inputs,digits=3,scientific=T,collapse=" ")) and it works [1] "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01" "3e-01"
2013 Jun 16
2
extract all numbers from a string
Hi all, I have been beating my head against this problem for a bit, but I can't figure it out. I have a series of strings of variable length, and each will have one or more numbers, of varying format. E.g., I might have: tmpstr = "The first number is: 32. Another one is: 32.1. Here's a number in scientific format, 0.3523e10, and another, 0.3523e-10, and a negative,
2009 Aug 05
2
Scientific Format E
Dear Helpers, I would like to export a large dataset to a txt file in order to use it in an other programm. Unfurtunatly the R the scientific format is a small e: 2 e-1 while the other programm requires the format to be a capital E: 2E-1 How can I change this in R? Thanks for your help PS: I already found the command to turn them into a non scientific format (scientific=FALSE)
2019 Mar 21
3
prettyNum digits=0 not compatible with scientific notation
R developers, Seems I get a bad result ("%#4.0-1e" in particular) when trying to use prettyNum digits=0 with scientific notation. I tried on both my Linux box and on an online R evaluator and saw the same problem, so it's not limited to my box at least. I see the problem in both R 3.5.3 and R 3.3.2. options(scipen=-100) prettyNum(1, digits=0) [1] "%#4.0-1e" prettyNum(2,
2007 Sep 26
3
Scientific Notation
Dear List: Below is how I specify an axis: axis(2, at=c(0.00005, 0.0005)) R displays the numbers in scientific notation. What argument/parameter should I use to tell R to display the numbers as specified rather than in scientific notation? > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major
2014 Jul 15
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues, This is just a friendly reminder about the upcoming deadline (July 31st, 2014) for the special issue on Scientific Cloud Computing. ------------------------------------------------------------------------------- Call for Papers IEEE Transactions on Cloud Computing Special Issue on Scientific Cloud Computing http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
2014 Jul 15
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues, This is just a friendly reminder about the upcoming deadline (July 31st, 2014) for the special issue on Scientific Cloud Computing. ------------------------------------------------------------------------------- Call for Papers IEEE Transactions on Cloud Computing Special Issue on Scientific Cloud Computing http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/
2013 Jul 18
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues, Please consider the following CFP for your contributions. ------------------------------------------------------------------------------- Call for Papers IEEE Transactions on Cloud Computing Special Issue on Scientific Cloud Computing http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/ -------------------------------------------------------------------------------
2013 Jul 18
0
Call for Papers: IEEE Transactions on Cloud Computing - Special Issue on Scientific Cloud Computing (deadline Jul 31, 2014)
Dear colleagues, Please consider the following CFP for your contributions. ------------------------------------------------------------------------------- Call for Papers IEEE Transactions on Cloud Computing Special Issue on Scientific Cloud Computing http://datasys.cs.iit.edu/events/ScienceCloud2014-TCC/ -------------------------------------------------------------------------------
2011 Nov 14
3
CentOS versus Scientific
Hey folks, I was just reminded of the Scientific distro, which on the surface appears to be quite similar to CentOS even when the developers over there are rather coy about which Enterprise Linux distro they base theirs on. I wonder if anyone here has done a comparison of the two that they'd care to share. I work in a Scientific Research Lab (Stem Cell Research) and am wondering if there is
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud) June 23/24, 2014. Vancouver, Canada (http://datasys.cs.iit.edu/events/ScienceCloud2014/) Co-Located with HPDC 2014 ------------------------------------------------------------------------------- IMPORTANT DATES Paper Submission: March 1, 2014 Acceptance Notification: April 4, 2014 Final Papers: April 11, 2014 Workshop:
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud) June 23/24, 2014. Vancouver, Canada (http://datasys.cs.iit.edu/events/ScienceCloud2014/) Co-Located with HPDC 2014 ------------------------------------------------------------------------------- IMPORTANT DATES Paper Submission: March 1, 2014 Acceptance Notification: April 4, 2014 Final Papers: April 11, 2014 Workshop:
2003 Feb 06
1
signif {base}: changes to scientific notation
PROBLEM `signif' does change to scientic notation at different levels depending on the number of significant digits in the input. This can generate tables where figures change ``irregularly'' from normal to scientific notation. PROPOSAL The change to the scientific notation should be made only if the figure in scientific notation - with potentially as
2008 Apr 14
9
scientific notation problem
We''re developing a system that''s used for tracking company IPO data and we''re running into a few number storage issues. For large numbers, i.e. numbers greater than 100 million, MySQL insists on storing these as scientific notation. I don''t really have a problem with that but when we want to edit these fields using something like: <% form_for(@company) do
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
------------------------------------------------------------------------------- *** Call for Papers *** 4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013 Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013 http://datasys.cs.iit.edu/events/ScienceCloud2013/ ------------------------------------------------------------------------------- Computational and
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
------------------------------------------------------------------------------- *** Call for Papers *** 4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013 Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013 http://datasys.cs.iit.edu/events/ScienceCloud2013/ ------------------------------------------------------------------------------- Computational and
2011 Aug 25
2
rpart: plot without scientific notation
While I'm very pleased with the results I get with rpart and rpart.plot, I would like to change the scientific notation of the dependent variable in the plots into integers. Right now all my 5 or more digit numbers are displayed using scientific notation. I managed to find this: http://tolstoy.newcastle.edu.au/R/e8/help/09/12/8423.html but I do not fully understand what to change, and to
2012 Jun 30
1
Scientific Linux
Greetings! I have just signed up to r-sig-fedora because I have installed Scientific Linux 6.2 (my first Red Hat based Linux since over 10 years ago ... ). I'm trying this for basically 2 reasons: first, I expect CERN and FermiLab should do a good job of maintaining their distribution, and in particular to take care of its compatibility with scientific software; second, because it still has
2014 Feb 27
0
Ref: 14/F/04 Scientific computing systems administrator position available
Ref: 14/F/04 Scientific computing systems administrator - IMPPC - Badalona, Spain Job Overview We are seeking a Linux systems administrator who will be responsible for the management of a scientific computing facility that includes a 100 core cluster, several servers, workstations, 96 Tb raw disk storage and backup facilities, to provide support to bioinformatics researchers at the Institute of
2010 Jun 16
1
disabling scientific number format
Hello R users, I am a bit puzzled by the fact that options(digits=22) x0 <- 69880 y0 <- 26185 x1 <- 69600 y1 <- 22937 number <- paste(x0,y0,x1,y1,sep="") number <- as.numeric(travel) print(number) gives number in scientific notation (some precision is wasted by having a "e+19" at the tail): 6.988026185696e+19 but print(exp(log(number))) gives the