Displaying 2 results from an estimated 2 matches for "apack".
Did you mean:
lapack
2005 Mar 17
0
Landscape indeces analysis methods as an R package!?
...mailing list will be the best place
to send your queries. You can subscribe here:
http://www.r-project.org/mail.html
I would think there is an interest in the provision of landscape
indices analysis methods in R. There are several packages for landscape
indices analysis available (Fragstats, APACK, IAN), but all use their
own user and data interfaces. Only the r.le tools are available in a
more general software: GRASS GIS. It would be usefull to have the
functionality within the powerful data analysis tool R. Of course
providing an R package will remove most of the user and data interfac...
2010 Oct 19
33
Render partial generate unwanted spaces
Hello, I have a problem with the render :partial method in all my
rails webapplications. I noticed that using render :partial will
generate spaces (mainly top spaces) on the elements inserted.
As all my websites are seperated by module (basicaly header, content,
menu, footer) it''s quite a problem as I have to set negative margin-
top to various parts for the site to display as expected