Search:

Type: Posts; User: hzambran_cl; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    2,694

    Re: Rgui: how to install it!

    You may also try Rgedit, a plugin for gedit, which gives you syntax highlighting and advanced editing:

    http://rgedit.sourceforge.net/
  2. Thread: RStudio

    by hzambran_cl
    Replies
    12
    Views
    6,524

    Re: RStudio

    Thank you very much !!.

    While I'm downloading it, I'm looking forward to try the Extract Function function...
  3. Replies
    6
    Views
    2,947

    Re: Topography, creating contour lines

    In R, you can read the help page of the 'contour' command, and in particular the examples section:

    > ?contour

    as an example:


    x <- 10*(1:nrow(volcano)); x.at <- seq(100, 800, by=100)
    y <-...
  4. Replies
    6
    Views
    2,947

    Re: Topography, creating contour lines

    Besides GIS programs, you may try with R:

    http://addictedtor.free.fr/graphiques/search.php?engine=RGG&q=contour
  5. Re: anyone able to instal Arcgis 9.2/9.3.1/or other version ???

    But AFAIK, this shouldn't be a problem for installing it, but only will make ArcGiS to run slower..

    In any case, VirtualBox current has support for hardware acceleration in Windows and Linux...
  6. Re: anyone able to instal Arcgis 9.2/9.3.1/or other version ???

    Which was the problem you got when trying VirtualBox ?
  7. Re: R : labels of y axis are cut by the graph window ?

    Could you please give a reproducible example ?

    We don't have access to the table: "C:/Progra...3.txt"
  8. Re: Installing Kile : Do I need all 766MB of packages?

    Just a comment: most of the packages included in the 766MB belongs to 'textlive', the latex engine, and not to Kile.
  9. Replies
    10
    Views
    5,707

    Re: 3d bar chart (for 3-dimensoinal data)

    You could look at the R Graph Gallery:

    http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=116

    play with the settings, and see if it matches your needs.
  10. Replies
    4
    Views
    1,314

    Re: R latex and OpenOffice

    You may try latex2rtf (http://latex2rtf.sourceforge.net/) with a latex document containing your table, to create an rtf document, which you can easily import to OOo.
  11. Replies
    6
    Views
    5,874

    Re: Open R own console in Ubuntu

    If you are looking for a GUI, you can look at:

    R GUI Projects
  12. Replies
    3
    Views
    2,622

    Re: Interpolating Between Data points

    R (http://www.r-project.org/) has two functions that can be useful for you:

    1) spline: http://stat.ethz.ch/R-manual/R-patched/library/stats/html/smooth.spline.html

    2) loess:...
  13. Re: Stats and Graphing for the Mathematically disinclined

    I disagree with this opinion, and for supporting my disagreement, I would suggest to read the following articles on the New York Times:
    ...
  14. Replies
    3
    Views
    1,150

    Re: Useful dictionary

    Thanks a lot for the advice !.

    An Oxford Dictionary (developed for window$) is one of the reasons for having wine on my machine, but after a short trial of StarDict (with some additional...
  15. Replies
    8
    Views
    28,436

    Re: Need help for spell check in texmaker

    Assuming that you followed the instructions given on:

    http://www.xm1math.net/texmaker/doc.html#SECTION03

    my only suggestions are:
    a) re-open your document, and/or
    b) put the cursor at the...
  16. Replies
    41
    Views
    13,606

    Poll: Re: What editor do you use for LaTeX documents?

    I'm not a GNU/Linux expert yet, and unfortunately I'm not used to the commands of vim nor emacs, but I'm aware that, when you know them, they are powerful tools.

    Having said that, I'm now using...
  17. Replies
    1
    Views
    697

    Re: Open Office Problems

    You should install 'language-support-en' to get full support for English language (spell checkers, OpenOffice locale packages, etc.). If you don't have it installed yet, you can try:


    sudo...
  18. Replies
    1
    Views
    647

    Re: So confused with GRASS

    If you are new in the GIS topic and you want to strt using GRASS, I suggest you to start with the document "Grass in a Nusthell":

    http://mpa.itc.it/markus/osg05/neteler_grass6_nutshell2005.pdf
    ...
  19. Replies
    26
    Views
    21,542

    Re: Best figure format in Latex

    I'm also using pdflatex (in Texmaker) and I haven't had any scaling problems with PNG images. For me, PNG images are easier to manage and visualize than PDF files, because sometimes I add some minor...
  20. Replies
    7
    Views
    1,772

    Re: Text in statistical theory?

    Thanks for your reply and the one of 'Tart', pointing out that for reading this book you need a basic grounding in statistics, because when I mention this book as a good first step, I did it in the...
  21. Replies
    7
    Views
    1,772

    Re: Text in statistical theory?

    In my opinion, a good balance between theory and practical applications (using "S" o "R", the later is especially suited for doing research) is "Modern Applied Statistics with S". Fourth Edition by...
  22. Replies
    2
    Views
    1,850

    Re: > dev.copy2eps(file="~test") in R

    I haven't used the function 'dev.copy2eps', but a similar thing happened to me using the commands:

    png(file="plot1.png")
    plot(x)

    And I found two ways of solving this:

    1) with a new call to...
  23. Replies
    22
    Views
    3,458

    [SOLVED] Re: What's wrong with RKWard in 8.10?

    If you update all your system to Ubuntu 8.10 you should have R 2.8.0. If this is your case, the problem is that according to the RKWard site:

    "Most importantly RKWard now compiles with R 2.7.0...
  24. Replies
    9
    Views
    7,493

    Re: Ternary Plot Software

    You can try with R (http://www.r-project.org/) + the 'ternaryplot' included in the 'vcd' package.

    If you are new to R, you could go to http://cran.r-project.org/doc/manuals/R-admin.html for...
  25. Replies
    8
    Views
    2,150

    Re: curve fitting

    You could try with R (http://www.r-project.org/) + the BB package (http://cran.r-project.org/), which is suited for folving and optimizing large-scale nonlinear systems.

    Cheers,

    Mauricio
Results 1 to 25 of 26
Page 1 of 2 1 2