Displaying 20 results from an estimated 700 matches similar to: "send out put to file in R"
2011 Mar 28
2
How to save heatmap as image or pdf
Hello Everyone,
I am using R for creating heatmap from a square matrix. Below is my script
to do so
my_map <- read.csv("Desktop/input.csv", sep=",")
my_matrix <- data.matrix(my_map)
my_heatmap <- heatmap(my_matrix, Rowv=NA, Colv=NA, col = cm.colors(256),
scale="column", margins=c(5,10))
I get a beautiful plot as output, but I could not save this plot
2010 May 13
2
need help in igraph package of R
hi
I am struck with a problem in igraph package of R. My problem is as follows
I want to plot a power law fit for my data (in .net format --- pajek format)
syntax for that in R is
g <- read.graph("filename.net", "pajek")
d <- degree (g, mode="in")
power.law.fit (d+1, 2)
it gives me desired out put if my if input a single file
but I want to use a variable
2011 Nov 28
2
problem in reading file
Hi,
I have a file that looks like this :
one,0
two,0.591,0
three,0.356,0.350,0
four,-0.098,0.072,0.380,0
five,0.573,0.408,0.382,0.062,0
six,0.156,0.232,0.517,0.424,0.303,0
seven,0.400,0.414,0.611,0.320,0.401,0.479,0
eight,0.282,0.375,0.512,0.346,0.308,0.463,0.605,0
nine,0.519,0.484,0.467,0.167,0.455,0.311,0.574,0.557,0
I want to create a data matrix out of it, so I tried this :
2008 May 09
3
For Social Network Analysis-Graph Analysis - How to convert 2 mode data to 1 mode data?
Hi,
Does anyone know of a package in R that has a function to convert
network data (e.g. an adjacency matrix or ) from 2-mode to 1-mode? I am
conducting social network analysis. I know that Pajek has this function
under Net --> Transform --> 2-mode to 1-mode --> Rows. I have searched
the documentation under packages 'sna', 'network', 'igraph', and
2005 Aug 13
1
How to change the names in tone pitch column
Hi,
I have a column (V4) in a midi event list which includes tone pitch names,
i.e. "A4, E4, C#4, A3...":
> compo[1:10,]
V1 V2 V3 V4 V5 V6 V7
1 1 1 0 A4 96 2 0
2 1 1 0 E4 96 2 0
3 1 1 0 C#4 96 2 0
4 1 1 0 A3 96 2 0
5 1 3 0 B4 96 1 0
6 1 3 0 E4 96 1 0
7 1 3 0 B3 96 1 0
8 1 3 0 G#3 96 1 0
9 1 4 0 C#5 96 1 0
10
2010 Jul 05
0
Execute commands in 'R' within PERL Program
Hi,
I wrote a program in PERL which creates a file with .net extension (..
xyz.net). I want to call R from within my PERL program, execute 3-line
command in 'R', store the output and get back to PERL program.
RSPerl is of omegahat is a good software which creates interface between R
and PERL, but unfortunately it doesn't work on my Windows XP.
I used the following command in PERL to
2012 Feb 17
2
Neighbour List to Matrix
Hi everybody!I'm a new user of R. I've been having a look to sotored mails in list, but I've been not able to find one suiting to my need. The issue is I have a neighbour list in a TXT file, just as lists generated by social network softwares (f.i. Pajek), where you get Field1, Field2, Value. In my case, list follow the next way:ID1 IDP2 SUMVAL1 56 0.0659358951 900 0.0441101851 1409
2012 Jul 24
1
igraph build problems
Hello:
I've been trying for days now to get igraph working on a debian sarge
install. There does not appear to be any pre-built packages, and when
I try and install within R, it blows up on the final linking, claiming
its unable to find libgfortran (which IS installed, and IS working for
all other users of the compiler).
I started up R and ran: install.packages("igraph"). It
2006 Mar 13
1
Building help pages
Hello!
I was just wondering, why only one of my "Rd" files is converted in
"chm" format (REGE) and the other are not when installing a package? The
output from installing a package on WinXp is below.
I tried to find more information about what "chm" format actually is,
however have found none.
Best regards and thaks for any replies,
Ales Ziberna
2008 Sep 23
3
Outgoing service always on a certain external address
Hi,
Shorewall version -4.0.12-2 (EL5 rpm version)
OS : Centos 5.2
I have shorewall successfully running on Linux with multi ISP.
Trying to make services such as "rsync, ftp" go through my secondary
ISP. For which I did the following
eth0 : Internal LAN
eth4 : DSL (Second ISP) => x.x
eth5 : T1 (First ISP) => y.y
Created the following entries in
2016 Sep 30
2
win 10 client on linux pdc, join domain ok, logon script fails to run
Hi,
On windoze 10, I can only access "//hostname", i.e. "//DEV2" (net bios
name)
How do I tell it to access samba as "//DEV2.COMPO" (latter is domain?)
I have looked at entries in lmhosts.sam - is this correct?
DNS is not on linux box, google 8.8.8.8 through my router.
Also, \\dev2\netlogon is accessible but \\dev2\sysvol is not. should I copy
the smb.conf
2020 Jan 10
0
[PATCH 18/23] drm/sti: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of
their equivalents in struct drm_crtc_funcs. Convert sti over.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/sti/sti_crtc.c | 11 ++++++++---
drivers/gpu/drm/sti/sti_crtc.h | 2 --
drivers/gpu/drm/sti/sti_drv.c | 3 ---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git
2016 Sep 30
2
win 10 client on linux pdc, join domain ok, logon script fails to run
Thanks for your response. OK I get the AD DC part about sysvol and the fact
I'm running a pdc.
Can I confirm what you mean as domain?
so if i get:
#hostname
dev2.test
should my smb.conf have workgroup = test
it does not match at present.
regards
--
View this message in context:
2016 Oct 04
1
win 10 client on linux pdc, join domain ok, logon script fails to run
Hi,
Just in case someone looks at this thread, I've fix my samba win10 issue
with PDC. Here's what I did:
To over come perhaps a DNS issue where complete name of server including top
level domain name could not access box as \\hostname.tld\<share>
I change the hostname to match netbios name.
#cat dev2 > /etc/hostname
#reboot
edited hosts file to make sure old name was
2024 Mar 28
1
bad home path from AD
Hello
I think I have a mapping problem.
The server was added to the domain with sudo net ads join -U
adj-compo at ur.local
The server is also connected to an LDAP server via SSD
When loading the user's homes, the server does not look for the correct
homedir path which should be /private/student/7/17/tdsi917 for the user
tdsi917
Here are the values and variables retrieved by the 3
2010 Jul 17
0
installing and loading packages
I don't think there"most". It is normal to have to call the "library" function for each package you need devices to during an R session.
"chakri_amateur" <chakri2sai at yahoo.co.in> wrote:
>
>In my Windows XP, I just have to load package every time I open R, but not
>Install !!
>
>There must be some problem during installation !
>
2016 Sep 29
5
win 10 client on linux pdc, join domain ok, logon script fails to run
hi,
I have samba 4.3.9-Ubuntu setup. followed a guide to get a windows 10 client to join my pdc OK but cannot get netlogon scripts to run. I can see them in the share \\<server>\netlogon and I can manually run them from windows shell or by double clicking them. They just won't run by themselves.
I have done the registry pokes + policy changes as:
2007 Sep 29
1
Visualization of two-mode matrix/ networks/ graphs
Hey all,
I'm looking for a plotting method for two-mode networks. Having a n x m
matrix where n is the first set of entities/ actors and m representing the
second set, I want to colour both sets of actors differently. I tried
"plot.network" from the network-package, but I did not succeed. Even the
proposed solution from Gabor Grothendiek
2005 Mar 26
0
learning networks with a large number of variables andpre-set parents.
I didn't go into details when I asked the question for feat that I would
overly specific and blur my real goals.
The links between variables are defined as conditional probability
distributions. So if the probability distribution of a variable X's value
is conditioned on the probability distribution of the values of Y and Z, we
say Y and Z are X's parents, and in the network,
2007 Jul 12
3
eMail results out of R
Hi everyone,
I did my homework and read the posting guideline :-)
I want to eMail the results of a computing automatically. So I get the results (the parameters of a garch process) and I want to eMail them to another person. How can I do that?
Thx
______________________________
Thomas Schwander
MVV Energie
Konzern-Risikocontrolling
Telefon 0621 - 290-3115
Telefax 0621 - 290-3664
E-Mail: