Displaying 20 results from an estimated 1000 matches similar to: "Graphics Question"
2004 Jul 08
2
Cisco 7960 NAT question
I've got 4 Cisco 7960's and they're behind a firewall (sonic wall). The
asterisk box is on a WAN connection on the other end of a DS3, the
phones connect fine to the Asterisk server as you can see from the
output of show sip peers below.
tp3/tp3 <firewall-ip> D N 255.255.255.255 60665
Unmonitored
tp2/tp2 <firewall-ip> D N
2010 May 04
2
R for web browser
Hi Everyone,
Does anyone know of any projects for running an interactive R session within
a web browser?
I'm looking for something similar to the one on the Ruby website
(http://tryruby.org), except for R.
Thanks for your responses in advance!
Lanna
-----
Lanna Jin
lannajin at gmail.com
510-898-8525
--
View this message in context:
2010 Mar 10
2
function to create multiple matrices
Hi All,
If given a dataframe (long form) with Year, Species, and Location,
How would I write a function that would create a unique matrix of Species &
Location for each Year?
What I've tried doing is the following:
data #dataframe
dataT<-table(data$Species,data$Location,data$Year) #creates tables of
Species vs Location for each Year
But I'm encountering issues individually
2010 Mar 16
1
nested looping functions and dataframes
Hey All,
So, I am confused how exactly to use nesting loop functions in R to spit out
data frames. I've managed to create a working function for my data set that
generates a data frame for a given set of Year i and Location j; but how
would I do it for all Years and Locations?
Here is my working function:
test<-function(i,j){
a<-x[which(x$Year==i & x$Location==j),]
2009 Nov 06
1
using xyplot to plot frequencies
Hi all,
First off, thank you for the overwhelming response last time. I'm still
trying to figure out the syntax of R to plot some distributions of some
frequencies. I've managed to plot histograms from the data, but I would
like to clean it up using xyplot from library(lattice). Unfortunately
I cannot find a solution to my problem.
Given a dataframe "all2", with numerical
2004 Jul 08
2
Shady dial anyone??
wondering if anybody knows this......does shady dial work only with a zap
interface or can it be configured to be used with SIP or IAX.
Nauman
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of
asterisk-users-request@lists.digium.com
Sent: Thursday, July 08, 2004 5:48 PM
To: asterisk-users@lists.digium.com
Subject:
2009 Apr 29
1
ATA DMA issues - are there problems lurking in 7.1?
Greetings,
I have several Tyan S2518UGN (Thunder LE-T) server boards that I've
been running for a few yrs. I've always used the SCSI on them, so never
really used the ATA ports. I once experimented dual-booting NT2003 & FBSD
on one of the ATA ports about a year ago. But ran into the problem I'm
running into now. Back then I just blamed it on the drive (even tho it
was brand new,
2016 Apr 30
1
[Bug 95212] New: GT215GLM Rendering hickups with gnome-shell
https://bugs.freedesktop.org/show_bug.cgi?id=95212
Bug ID: 95212
Summary: GT215GLM Rendering hickups with gnome-shell
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2011 Nov 18
1
One-way repeated measures ANOVA
Hi all,
I'm trying to run a repeated measures ANOVA on some univariate ecological
data that was collected over two growing seasons. I ran the test using the
methodology found on this website:
http://rtutorialseries.blogspot.com/2011/02/r-tutorial-series-one-way-repeated.html
Upon running the actual ANOVA I got this error message:
"> rmanova=anova(yearmodel, idata=yearframe,
2012 Mar 29
1
Retrieving matrix column and row names by index value
Hi all,
So let's say I have a matrix, mdat and I only know the index number. How do
I retrieve the column and row names?
For example,
> mdat <- matrix(c(1,2,3, 11,12,13), nrow = 2, ncol=3, byrow=TRUE,
dimnames = list(c("row1", "row2"),
c("C.1", "C.2", "C.3")))
> mdat[4]
[1] 12
>
2011 Nov 07
2
adjusting levelplot color scale to data
Hi guys,
I have a matrix with values varying from approximately -0.7 to 0.33 that I
want to create a heatmap/levelplot with.
When I execute the levelplot function for my matrix, I end up getting colors
that are adjusted to the max and min rather than around 0. In other words,
ideally I would like to have a color ramp that goes from red (negative
number), to white (0), to blue (positive);
2009 Nov 05
3
performing operations on a dataframe
Hey all,
I feel like the solution to this problem should be relatively simple, but
for some reason I can't find answers or come up with my own solution.
Given the dataframe:
(SpA and SpB not important, want to look at distribution of cooccurance for
each year)
Year SpA SpB Coocc
2000 0
2000 2
2000 1
2001 8
2001 2
2001 0
2001 0
2002 1
2002 2
How can I apply different functions to
2010 May 05
0
R-help Digest, Vol 87, Issue 5
Unsubscribe
-----Original Message-----
From: r-help-request at r-project.org
Date: Wed, 05 May 2010 12:00:09
To: <r-help at r-project.org>
Subject: R-help Digest, Vol 87, Issue 5
Send R-help mailing list submissions to
r-help at r-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-help
or, via email, send a message with subject
2006 Oct 23
2
getting the by() function to work properly
Hola everyone,
Solving this issue would be a huge time saver for analyzing my thesis data, so I'll try to be as concise as possible and hope that someone can give me a hand.
I am trying to run a function that I created, which works fine until I try to use it with the by function. That function is listed at the bottom (f3) just in case that might be the issue. Essentially I have compiled a
2010 May 04
7
How to replace all <NA> values in a data.frame with another ( not 0) value
I need to replace <NA> occurrences in multiple columns in a data.frame
with "000/000"
how do I achieve this?
Thanks
Nevil Amos
2012 Dec 02
4
[LLVMdev] Predictive Commoning / Scalar Replacement
On 12/1/2012 7:10 PM, Nick Lewycky wrote:
>
> I don't know of any, but I was wondering if you could point me to the
> paper that describes predictive commoning? I could only find the
> second-order predictive commoning paper, which if I understand correctly
> is a much newer and different algorithm.
I think the original paper was some internal IBM publication.
The idea is
2009 Apr 01
1
Adjusting font size in a lattice graph
Hi all
I have created a lattice graph but the text appears too big. Just
wondering if there was a way I could change the font size.
tp1.nDai=xyplot(value ~ yr | Name, data = nDai,type = 'o')
update(tp1.nDai, aspect = c(0.8), layout = c(4, 4))
I would appreciate your help.
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres -
2012 Dec 02
0
[LLVMdev] Predictive Commoning / Scalar Replacement
There is a non-internal techpub for this somewhere, though it escapes me.
My recollection is that TPO (the middle end of XLC) had moved on to
2nd order predictive quite a while ago.
At least, the implementation I saw 6+ years ago in TPO was much closer
to what is described in the 2nd order paper.
On Sat, Dec 1, 2012 at 8:36 PM, Krzysztof Parzyszek
<kparzysz at codeaurora.org> wrote:
>
2009 Mar 31
6
RELENG_7 ata panic on atacontrol attach
Hi there colleagues,
atapci3: <nVidia nForce MCP55 SATA300 controller> port
0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb807,0xb480-0xb483,0xb400-0xb40f mem
0xefcb3000-0xefcb3fff irq 23 at device 5.2 on pci0
atacontrol detach ata7
- insert ATA disk (ad14)
atacontrol attach ata7
pinics with Fatal trap 12: page fault while in kernel mode
(kgdb) bt
#0 doadump () at pcpu.h:196
#1 0xc0533227
2010 May 03
8
Delete rows with duplicate field...
as a r noob i am having another problem:
i have a big dataframe where each row corresponds to one entry and each
column is a field...
for instance, i have the column ID and time and many more...
Id like to get a dataframe where all IDs are just included once (some users
with that ID might have several entries but Id like to kepp only one)..
when i use unique I only get a list of the levels (or