similar to: changing windows variables in wine

Displaying 20 results from an estimated 9000 matches similar to: "changing windows variables in wine"

2013 Feb 20
0
Bayesian mixing model
Fellow R users, I'm using the BCE {BCE} function to run a Bayesian sediment mixing model. The aim is to find the optimum % contribution from each of the 4 source areas that can yield the target geochemistry. I have geochemistry for 4 source areas called Rat: Rat<-read.table(text="CaO MgO Na2O Al2O3 Topsoils 2.511250 0.7445500 0.7085500 14.10375 ChannelBanks
2003 Jul 15
2
R, geochemistry, ternary diagrams
I'm in e-mail contact with a geochemist who maintains a well regarded geochemistry web site. He's drawing diagrams either with a Turbo Pascal program running in a DOS window or with Excel. I'm trying to persuade him that R would be a better choice. Something he's particularly keen on is ternary diagrams. I think he is talking about ternary phase diagrams, and if so, it looks as
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
Thanks, I think I've found the most succinct expression of differences in two data.frames... length(which( rowSums( x1 != x2 ) > 0)) gives a count of the # of records in two data.frames that do not match. // ________________________________________ From: Henrik Bengtsson [henrik.bengtsson at gmail.com] Sent: Sunday, January 28, 2018 11:12 AM To: Ulrik Stervbo Cc: Marsh Hardy ARA/RISK;
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
Cool, looks like that'd do it, almost as if converting an entire record to a character string and comparing strings. -- M. B. Hardy, statistician work: Applied Research Associates, S. E. Div. 8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963 (919) 582-3329, fax: 582-3301 home: 1020 W. South St. / Raleigh, NC 27603-2162 (919) 834-1245
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
The diffobj package (https://cran.r-project.org/package=diffobj) is really helpful here. It provides "diff" functions diffPrint(), diffStr(), and diffChr() to compare two object 'x' and 'y' and provide neat colorized summary output. Example: > iris2 <- iris > iris2[122:125,4] <- iris2[122:125,4] + 0.1 > diffobj::diffPrint(iris2, iris) < iris2 >
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
The anti_join from the package dplyr might also be handy. install.package("dplyr") library(dplyr) anti_join (x1, x2) You can get help on the different functions by ?function.name(), so ?anti_join() will bring you help - and examples - on the anti_join function. It might be worth testing your approach on a small subset of the data. That makes it easier for you to follow what happens
2009 Jan 30
1
plotting lines with missing data for x values
I have some data (REE plots - geochemistry) where I have values 1:14 for the x axis, but have no data for some x values. Here for example, let's say that I don't have data for x=2,5,8. So x<-1:14 y<-c(4, NA, 5, 9, NA, 3.4, 8, NA, 19, 22, 12, 14, 15.3, 15) if I plot the data plot(x,y) and then I want to join with lines lines(x,y) How do I get it so the points join across the
2018 Jan 27
2
Newbie wants to compare 2 huge RDSs row by row.
If your two objects have class "data.frame" (look at class(objectName)) and they both have the same number of columns and the same order of columns and the column types match closely enough (use all.equal(x1, x2) for that), then you can try which( rowSums( x1 != x2 ) > 0) E.g., > x1 <- data.frame(X=1:5, Y=rep(c("A","B"),c(3,2))) > x2 <-
2003 Oct 01
1
Confusion over case sensitivity
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a little confusion over one of Samba's configuration options and I'd like a little clarification over what it does and also what it's intended to do, if those two are different! In my smb.conf I have 'case sensitive = yes', along with a couple of the other options that refer to case. The smb.conf man page says:
2018 Jan 27
0
Newbie wants to compare 2 huge RDSs row by row.
Hi Guys, I apologize for my rank & utter newness at R. I used summary() and found about 95 variables, both character and numeric, all with "Length:368842" I assume is the # of records. I'd like to know the record number (row #?) of any record where the data doesn't match in the 2 files of what should be the same output. Thanks in advance, M. //
2007 Mar 19
8
Printing with delphi
I have a application in delphi 7, but i don?t printing, how do I can print in wine with application delphi ? Thanks
2007 Jan 08
2
ARA extensions ordering
Hello List, I am curious how the ordering of the extensions are determined for an ARA dial-plan. For example, if I have these: _9X. _9011. Which is selected first? Any number dialed starting with 9011 is matched by either rule here and I don't remember seeing any ORDER BY clauses when I had debugged the ARA queries. I'm sure I just missed some critical documentation here.
2006 Mar 21
0
app_queue and ARA
Hello, I've configured ACD with ARA asterisk-1.2.4 . I try "show queues" command but no queue is shown. why ? Can I keep the caller on queue until an agent answer the call ? I use ARA to configure queues and members however i have to use agents.conf to store the agents. I wish to configure agents in SQL db. Is it possible ? Regards Harry
2006 Oct 30
0
Information on Asterisk 1.4-beta 3 and ARA
Hi everyone, I'm working with Asterisk 1.4-beta3 and ARA for my Univesity thesis, to enable jingle support into an administrative framework for asterisk developed in our lab. It's possible to map jabber's and gtalk's user from the ARA database, as I have already done with sip and iax users? I need to know what family I must map to my database (such as iaxusers, sipusers... etc) to
2006 Feb 13
1
Component or plugin
Hi! I have been learning rails for a couple of week now. Mostly i''ve worked on a authorize/roles system and now i go to the point that i want to separate it from en rest of my application to share it with others and to use it in other projects. It is a quite simple system that i implement using before_filter. My vision is to separate the authorize methods and even some basic
2002 Dec 12
1
maclist - thank You
It is working very good :) Thank You. I only need to write Interface etho in maclist file. My MAC addresses don''t neet the ~ in front of. Thanks ! Maciek -- ---- Oferta jakiej jeszcze nie by³o! Serwer www 60 MB za 99 z³ rocznie Szczegó³y: www.oferta.alpha.pl ----
2018 Oct 11
1
Domain Administrator and shares problems
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > > What I did, was to implement the smb.conf I got from Rowland. As I do > > not want *any* Samba users logging on with ssh, the template > > homedir = /dev/null, and template shell = /bin/nologin. > The other option is, setup a group in windows give it a GID and put the group in ssh. I suggest this option,
2013 Feb 26
1
How to avoid overlapping labels
Hi Remko, thanks for your answer. but i do not really understand how to use the commands. if i want to use thigmophobe.labels(x,y,) do i need to identify the xy coordinates for each point first and then manually move every point? and if i neet to do so how to use the identify() function? or is there any possibility to automatically place the labels in the best position? >MatArab <-
2010 Aug 19
2
P-CAD^ adding network library
I have installed P-CAD 2006 (Debian Squeeze 64 bit, wine 1.1.42) I had a problem with adding to it of network libraries (are allocated on serever Win2000): produces an error 5005: Could not open file: D:\MNT\MODUL.LIB. Either the file name is invalid, or there are no remanining directory entries. Please check the filename or delete some files in the directory. Thus libraries allocated locally are
2007 Mar 19
2
How to change the windows version with command line?
Dear All, May I know can I change the windows version in wine without using the winecfg ? (as i can't enter winecfg) . Is there any command to do so? thanks for all your help!!