Очень простой вопрос, учитывая код:
f_chi_squared <- function(x, r) {
return ( (x^(r/2 - 1) * exp(1)^(-x/2)) / ( gamma(0.5*r) * 2^(r/2) ) )
}
this_chi_squared <- function(x) {
return (f_chi_squared(x, 2))
}
plot(this_chi_squared)
Я не получаю никаких чисел по осям X и Y.
Я бы хотел, чтобы на осях x и y были цифры, а не такие, как эта.
Я использую Rstudio.Проблема возникает, когда я строю отдельные точки.
После добавления dev.off
я получаю
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file '/tmp/RtmpQFaYTk/rs-graphics-32344720-c968-4c9e-b94a-0b9de3edf7db/.snapshot', probable reason 'No such file or directory'
Graphics error: Plot rendering error