search for: family1

Displaying 3 results from an estimated 3 matches for "family1".

Did you mean: family
2003 Jul 08
3
Characters and Numeric Values in One Matrix
...quot;, "Bart", "Maggie") ages <- c(38,10,41,8,1) Now he wants to have 2 columns in a matrix which should look like this: "Marge" 38 "Lisa" 10 "Homer" 41 "Bart" 8 "Maggie" 1 I thought about using either: family1 <- matrix(c(names, ages), ncol=2, byrow=FALSE) or family2 <- data.frame(names,ages) but this simply transformed either the numeric into character values (family1) or the character values into factor levels (family2) Anyone here who can give us some advice on this? We are using R 1.7.0 on Win...
2010 Aug 07
1
Samba4 questions (idmap, forest, inter-domain trust)
...the following scenario before, it is real and a way for me to learn things: My siblings and I are setting up some family services (over VPN, etc.). There are X of us, including 1 being parents. So, we have X families. We are wanting these to do inter-domain trusts, or just forest level trust. Family1 ... Family X Should all trust one another. Q1: How do I set the Unix uid/gid range in Samba4 for the local domain? Is it possible before the first user is created? Q2: As I understand it, there are no inter-domain trusts yet with Samba4, is this accurate? Is it planned? Q3: As I understand it...
2005 Aug 30
4
A collapse/expand tree list?
Does anyone have a working example of a simple collapse/expand tree list they can share? What I want to replicate is the standard open/ close node behavior, but I''m not sure how to make the parent node open and close correctly. Something like this: <ul> <li>Click me to open and close the sub list <ul> <li>One</li>