search for: bbb_aaa

Displaying 9 results from an estimated 9 matches for "bbb_aaa".

2018 Apr 22
3
Gantt Chart Using Plotrix
..."), tzone = "")), .Names = c("c1d1", "c2d1", "c3d1" ), row.names = c(NA, -3L), class = "data.frame") > ----- End Code --- Thank you and Regards Indr -----Original Message----- From: Sarah Goslee <sarah.goslee at gmail.com> To: bbb_aaa <bbb_aaa at verizon.net> Cc: David Winsemius <dwinsemius at comcast.net>; r-help <r-help at r-project.org> Sent: Sun, Apr 22, 2018 6:30 pm Subject: Re: [R] Gantt Chart Using Plotrix Hi, The help file for gantt.chart states that dates must be in POSIXct format, and the example sh...
2018 Apr 23
0
Gantt Chart Using Plotrix
...#39;re talking about, because it is looking for particular names. If you fix those problems, it works fine. colnames(cdfg) <- c("labels", "starts", "ends") cdfg$labels <- as.character(cdfg$labels) gantt.chart(cdfg) Sarah On Sun, Apr 22, 2018 at 7:50 PM, <bbb_aaa at verizon.net> wrote: > > Hi Sarah > > Thank you very much for your pointers. > > Is there a way to specify the date string as POSIXct when reading in? > > I have tried the following (very inelegant way) and still have no luck. > > --- Begin Code --- > > # 1s...
2018 Apr 22
2
Gantt Chart Using Plotrix
...`*tmp*`, priorities, value = numeric(0)) : replacement has 0 rows, data has 3 > Manually adding the required tasks and dates (as given in the help file example) is not practical for my situation .... -----Original Message----- From: David Winsemius <dwinsemius at comcast.net> To: bbb_aaa <bbb_aaa at verizon.net> Cc: r-help <r-help at r-project.org> Sent: Sun, Apr 22, 2018 4:31 pm Subject: Re: [R] Gantt Chart Using Plotrix > On Apr 22, 2018, at 11:50 AM, bbb_aaa at verizon.net wrote: > > Hi > > I am trying to generate a complex Gantt chart using the ga...
2018 Apr 22
0
Gantt Chart Using Plotrix
...fo) and adjust the format of your dataset as necessary. If you still can't figure it out, then use dput(abc) to provide a reproducible example, and submit that to the list. We can't tell the format of the various columns from a copy and paste. Sarah On Sun, Apr 22, 2018 at 6:10 PM, <bbb_aaa at verizon.net> wrote: > From the help file for plotrix: > " ... x - a list of task labels, start/end times and task priorities as returned by get.gantt.info ..." > > So I try to create an object that will contain this information. > > abc <- read.csv("gntr1a...
2018 Apr 22
3
Gantt Chart Using Plotrix
Hi I am trying to generate a complex Gantt chart using the gantt.chart function in the plotrix package. Ideally I would like to use a spreadsheet to populate the activities (tasks) and start and end dates that this function expects and then export the spreadsheet file as a .CSV text file so I can read in this file to generate the gantt chart. Reading through the help file I have not been able to
2018 Apr 22
0
Gantt Chart Using Plotrix
> On Apr 22, 2018, at 11:50 AM, bbb_aaa at verizon.net wrote: > > Hi > > I am trying to generate a complex Gantt chart using the gantt.chart function in the plotrix package. > > Ideally I would like to use a spreadsheet to populate the activities (tasks) and start and end dates that this function expects and then exp...
2018 May 03
0
Package for Molecular Properties
...and opened two web pages in my default browser with (a) the 7 matches and (b) the 4 packages. The first function was something for amino acids, like you suggested.? Two others returned compound and substance information from PubChem. ????? Does this help? ????? Spencer On 2018-05-02 19:17, bbb_aaa at verizon.net wrote: > All > > Is there a package or library that will, given a nucleotide sequence > > 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) > 2. calculate molecular weight > 3. return it's complementary sequence > > I was ab...
2018 May 03
3
Package for Molecular Properties
All Is there a package or library that will, given a nucleotide sequence 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) 2. calculate molecular weight 3. return it's complementary sequence I was able to find several packages that can do similar calculations for an amino acid sequence for proteins but none for nucleic acids. Any pointers, etc. would be
2018 May 03
1
Package for Molecular Properties
...owser with (a) the 7 matches and (b) the 4 packages. The first > function was something for amino acids, like you suggested. Two others > returned compound and substance information from PubChem. > > > Does this help? > Spencer > > > > On 2018-05-02 19:17, bbb_aaa at verizon.net wrote: >> >> All >> >> Is there a package or library that will, given a nucleotide sequence >> >> 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) >> 2. calculate molecular weight >> 3. return it's comp...