I have a plain beamer frame with an image in it. I also want to add a logo to the bottom right corner of the frame. How do I do it?
\begin{frame}[plain]
\begin{figure}[h]
\centering
\includegraphics[width=0.4\linewidth]{images/someimage}
\caption{Caption}
\label{result:label}
\end{figure}
\end{frame}
