I have a dataframe df <-
df <- data.frame (Revenue = c("100", "300", "500"),
Brand = c("Apple", "HP", "Lenovo")
)
how can i create a vertical barplot that displays brands in x-axis and Revenue
in Y-axis
[[alternative HTML version deleted]]
___
Look like homework to me :-)-O
el
On 2023-11-29 02:29 , Livio Beqiri wrote:
I have a dataframe df <-
df <- data.frame (Revenue = c("100", "300", "500"),
Brand = c("Apple", "HP", "Lenovo")
)
how can i create a vertical barplot that displays brands in x-ax
В Wed, 29 Nov 2023 00:29:49 +
Livio Beqiri пишет:
> how can i create a vertical barplot that displays brands in x-axis
> and Revenue in Y-axis
What have you tried? If you're not currently studying R with an
instructor (who should be contacted with basic questions like this
instead; see the p
Dear Konrad,
I presume that the system can be written as follows, where h0, d0, ga0, kga and
kd are given:
err1 = h + hd + hga - h0;
err2 = d + hd - d0;
err3 = ga + hga - ga0;
err4 = hga - kga*h*ga;
err5 = hd - kd*h*d;
All error terms should be zero.
Do you need (a) the symbolic solution or (b
Another great resource is RSeek.org https://rseek.org/?q=barplot
On Wed, Nov 29, 2023 at 4:26 AM Ivan Krylov wrote:
> В Wed, 29 Nov 2023 00:29:49 +
> Livio Beqiri пишет:
>
> > how can i create a vertical barplot that displays brands in x-axis
> > and Revenue in Y-axis
>
> What have you tri
Hi,
Currently I use VS-Code to write codes in R. While it is very good, it
does not allow me to write Latex expressions in comments, which I am
willing to have to write corresponding mathematical expressions as
comments in my code files.
Does there exist any Code editor for R, that allows me to w
Presumably there's nothing stopping you *writing* LaTeX in comments
-- do you want a code editor that will render and display the LaTeX as
you write? (Or am I misunderstanding something?)
Does anyone do classic literate programming *sensu* Knuth any more?
https://rpubs.com/bbolker/3153
Another direction would be to replace your R script (.R file) with a
Quarto document (.qmd file).
VS-code has good support for Quarto and you could intersperse your
Latex with R chunks.
On Wed, Nov 29, 2023 at 6:15 PM Ben Bolker wrote:
>
>
>
>Presumably there's nothing stopping you *writing*
I believe RMarkdown can use and render latex comments. RStudio/Posix
provides ide extensions (e.g. R Notebooks) that seem to do what you
want, but I have no experience with them. As Ben suggested, there are
likely others, depending on exactly what you want to do.
-- Bert
On Wed, Nov 29, 2023 at 7
This might be of use to you:
https://everyday.codes/tutorials/how-to-use-latex-in-rmarkdown/
-- Bert
On Wed, Nov 29, 2023 at 8:21 AM Bert Gunter wrote:
>
> I believe RMarkdown can use and render latex comments. RStudio/Posix
> provides ide extensions (e.g. R Notebooks) that seem to do what you
Hi Sergei,
Where can I find TeX Comments extension in VS Code?
On Wed, Nov 29, 2023 at 9:34 PM Sergei Ko wrote:
>
> TeX Comments extension in VS Code
>
>
>
>
> Sent from my phone
>
>
> Original message
> From: Christofer Bogaso
> Date: Wed, 29 Nov 2023, 15:57
> To: r-help
> S
Bert,
Posit (formerly RStudio) has moved from RMarkdown to Quarto. They
still support RMarkdown but major new features will be in Quarto. For
new users a better choice would be Quarto.
See https://quarto.org/docs/faq/rmarkdown.html
Secondly, the OP stated he was using the VS-Code IDE, so there is
Quarto is built on top of RMarkdown when R is used, so RMarkdown isn't going
anywhere soon. Don't spread unnecessary FUD.
Quarto is well-supported in VSCode, though.
And reply to the right branch of the thread... Bert is not in the thread below.
On November 29, 2023 10:29:03 AM PST, Eric Berger
On 29/11/2023 1:29 p.m., Eric Berger wrote:
Bert,
Posit (formerly RStudio) has moved from RMarkdown to Quarto. They
still support RMarkdown but major new features will be in Quarto. For
new users a better choice would be Quarto.
See https://quarto.org/docs/faq/rmarkdown.html
I'm not sure about
14 matches
Mail list logo