Dear all!
I am using wireframe function from lattice package.
Is it possible to remove box around the plot but to keep axis (x, y, z)?
Thanks in advance!
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
htt
I am using the wireframe function from lattice package. The problem that I
have is very interesting. Namely, this is my code:
x= seq(-pi, pi, len = 20)
y=seq(-pi, pi, len = 20)
xyz= expand.grid(x = x, y = y)
xyz$z=sin(sqrt(xyz$x^2 +xyz$y^2))
trellis.par.set("axis.line",list(col="transpa
I am using wireframe function from lattice package, and I would like to use
shade option in a manner that can decide which color palette I want to use.
If I am using drape=TRUE option and I have no shade effect, but if I am
using shade=TRUE than I loose drape palette I wished. For instance, I would
After some investigation I found out that constrained ordination is working
fine under R version 6.5.0 and 6.5.1 but not under any of newer versions. Is
it posible to repair/make something in for example newest version of R 7.0
lito enble correct using of constrained ordination under BiodiversityRG
Dear all!
Would anybody try to explain why could be impossible to use any of
constrained ordination methods under BiodiversityRGUI. All attempts are
finishing with empty function windows end next error massage:
Error in get(x, envir = RcmdrEnv(), mode = mode, inherits = FALSE) :
variab
5 matches
Mail list logo