Hi, can someone helps me?
image|585x500
The description looks not so nice. How can I do, that it looks great?
I did this code:
X <- subset(runners,select=c("ventraleK","dorsaleK","lat.Krechts","lat.Klinks","Trainingsumfang","Leistungsniveau","Fragebogen"))
corrgram(X,lower.panel=panel.conf,upper.panel=NULL,diag.panel=NULL,label.pos=c(0.5,0.5),cex.labels=NULL,front.labels=NULL, main="Rumpf")
Please see the FAQ: What's a reproducible example (reprex
) and how do I do one? Using a reprex, complete with representative data will attract quicker and more answers.
A reprex should be cut and paste including all libraries data
and functions
(corrgram returns no result).
Just so. Not everyone necessarily has every package installed. Sometimes the missing function is in a missing library. Also, sometimes a missing function is user-defined.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.