Thanks for the prompt reply. I think I have an idea on how to do what I want
now.
Best regards,
Hang
On Mon, Feb 14, 2011 at 6:30 PM, Dirk Eddelbuettel wrote:
>
> On 14 February 2011 at 17:40, Hang PHAN wrote:
> | Hi,
> | I have a very large data file(GB) from which I only want to
Hi,
I have a very large data file(GB) from which I only want to extract one
column to draw histogram. This would be done several times, so I would like
to ask if there is anyway to plot this using R from the linux command line,
something look like this
cut -f1 xxx.txt |RplotHist
Thanks and h
mypackage/sbml/xxx.sbml when installed.
>
> There are several examples on CRAN, e.g. rgdal.
>
>
>
> On Mon, 9 Jun 2008, Hang PHAN wrote:
>
> Hi,
>>
>> I am building the package in R using
>>
>> R CMD build -force ./mypackage
>>>
>>
>
Hi,
I am building the package in R using
>R CMD build -force ./mypackage
and check it using
>R CMD check ./mypackage
However I have a problem when running the examples in the manual files. The
problem is that I used a specifice type of file that is not table, thus I
guess data() can't be use t